1
0

Just documenting something.

This commit is contained in:
Matthias Mees
2013-06-07 23:39:29 +02:00
parent 0feb4c18c2
commit 0fa8720145

View File

@ -773,7 +773,8 @@ function highlightComment(id, checkvalue) {
$('#sort_entries > .form_buttons').clone().appendTo('#filter_entries');
$('#media_pane_sort > .form_buttons').clone().appendTo('#media_pane_filter');
// Clone pagination
// Clone pagination this could become a function, which should also
// check if the cloned pagination already exists
$('.media_pane .pagination').clone().prependTo('.media_pane');
$('.comments_pane .pagination').clone().prependTo('.comments_pane');
$('.entries_pane .pagination').clone().prependTo('.entries_pane');