mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Merged revision(s) r18064 from trunk:
minor fix: comments where not correctly highlighted git-svn-id: http://piwigo.org/svn/branches/2.4@18065 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -13,11 +13,11 @@ jQuery(document).ready(function(){
|
||||
}
|
||||
|
||||
jQuery(".checkComment").click(function(event) {
|
||||
var checkbox = jQuery(this).children("input[type=checkbox]");
|
||||
if (event.target.type !== 'checkbox') {
|
||||
var checkbox = jQuery(this).children("input[type=checkbox]");
|
||||
jQuery(checkbox).attr('checked', !jQuery(checkbox).is(':checked'));
|
||||
highlighComments();
|
||||
}
|
||||
highlighComments();
|
||||
});
|
||||
|
||||
jQuery("#commentSelectAll").click(function () {
|
||||
|
||||
Reference in New Issue
Block a user