mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
updated js.cookie.js
This commit is contained in:
@@ -111,7 +111,7 @@ $(document).ready(function() {
|
||||
}
|
||||
$('table tr td:first-child input').each(function(chkbx) {
|
||||
row = $(this);
|
||||
if (row.prop('checked') != cb.prop('checked')){
|
||||
if (row.prop('checked') !== cb.prop('checked')){
|
||||
row.click();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user