1
0

Maintenance: removed duplicate function, moved editor functions.

This commit is contained in:
Matthias Mees
2013-06-06 14:48:41 +02:00
parent f166322976
commit 2d51cdae66

View File

@ -671,6 +671,10 @@ function highlightComment(id, checkvalue) {
// Fire WYSIWYG editor(s)
spawn();
// Editor-area
toggle_category_selector('categoryselector');
toggle_extended();
// Click events
//
// Show entry timestamp
@ -797,13 +801,4 @@ function highlightComment(id, checkvalue) {
});
}
});
// MediaDB-Filter-Buttons should react instantly
$('input[name="serendipity[filter][fileCategory]"]').on('change', function() {
$('#media_library_control').submit();
});
// Editor-area
toggle_category_selector('categoryselector');
toggle_extended();
})(jQuery);