mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-05 16:15:58 +02:00
(refs #1166)BugFix: Show more pages link of Wiki does not work
This commit is contained in:
@@ -106,8 +106,8 @@
|
||||
<script>
|
||||
$(function(){
|
||||
$('#show-more-pages').click(function(e){
|
||||
$('div.page-link').show();
|
||||
$(e.target).parents('div.show-more').remove();
|
||||
$('li.page-link').show();
|
||||
$(e.target).parents('li.show-more').remove();
|
||||
});
|
||||
|
||||
$('#show-pages-index').click(function(e){
|
||||
|
||||
Reference in New Issue
Block a user