Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Solo
Commits
d1532c4e
Unverified
Commit
d1532c4e
authored
6 years ago
by
Liang Ding
Browse files
Options
Download
Email Patches
Plain Diff
🔖
发布 v2.9.0
parent
617761d1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/main/webapp/css/default-admin.min.css
+1
-1
src/main/webapp/css/default-admin.min.css
src/main/webapp/js/admin/latkeAdmin.js
+6
-1
src/main/webapp/js/admin/latkeAdmin.js
src/main/webapp/js/admin/latkeAdmin.min.js
+1
-1
src/main/webapp/js/admin/latkeAdmin.min.js
with
8 additions
and
3 deletions
+8
-3
src/main/webapp/css/default-admin.min.css
+
1
-
1
View file @
d1532c4e
This diff is collapsed.
Click to expand it.
src/main/webapp/js/admin/latkeAdmin.js
+
6
-
1
View file @
d1532c4e
...
...
@@ -1882,6 +1882,11 @@ admin.articleList = {
this
.
tablePagination
.
initPagination
();
this
.
tablePagination
.
initCommentsDialog
();
this
.
getList
(
page
);
const
that
=
this
$
(
'
#articleListBtn
'
).
click
(
function
()
{
that
.
getList
(
page
);
});
},
/*
...
...
@@ -1892,7 +1897,7 @@ admin.articleList = {
var
that
=
this
;
$
(
"
#loadMsg
"
).
text
(
Label
.
loadingLabel
);
$
.
ajax
({
url
:
latkeConfig
.
servePath
+
"
/console/articles/status/published/
"
+
pageNum
+
"
/
"
+
Label
.
PAGE_SIZE
+
"
/
"
+
Label
.
WINDOW_SIZE
,
url
:
latkeConfig
.
servePath
+
"
/console/articles/status/published/
"
+
pageNum
+
"
/
"
+
Label
.
PAGE_SIZE
+
"
/
"
+
Label
.
WINDOW_SIZE
+
'
?k=
'
+
$
(
'
#articleListInput
'
).
val
()
,
type
:
"
GET
"
,
cache
:
false
,
success
:
function
(
result
,
textStatus
){
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/js/admin/latkeAdmin.min.js
+
1
-
1
View file @
d1532c4e
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment