minor fix: comments where not correctly highlighted

git-svn-id: http://piwigo.org/svn/trunk@18064 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-09-20 15:17:38 +00:00
parent cbb971db3f
commit 77a4aa107c
+2 -2
View File
@@ -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 () {