Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-08-29 11:29:55 +0800
Commit
0472fdad8e366a86a2a522f8238f21920664767a
1 parent
f459d36d
fix pagination components xss problem
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/editorial/views/action/list.hbs
doraemon/components/pagination/pagination.js
apps/editorial/views/action/list.hbs
View file @
0472fda
...
...
@@ -17,4 +17,3 @@
{{/
editorialList
}}
</div>
{{
log
pathTitle
}}
\ No newline at end of file
...
...
doraemon/components/pagination/pagination.js
View file @
0472fda
...
...
@@ -88,6 +88,8 @@ exports.createPagination = function(pagination, options) {
}
}
queryParams
=
encodeURI
(
queryParams
);
template
=
'<div class="'
+
paginationClass
+
'">'
;
// ========= Previous Button ===============
...
...
Please
register
or
login
to post a comment