mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
typo in last merge
This commit is contained in:
@@ -90,7 +90,7 @@ function sprintf(format, etc) {
|
||||
function checkAll(table, pager, value)
|
||||
{
|
||||
// Mark all the displayed items as check or unchecked depending on the value
|
||||
$(table).find(':checkbox[name^=selectObj]:not([disabled]').each(function (index, element) {
|
||||
$(table).find(':checkbox[name^=selectObj]:not([disabled])').each(function (index, element) {
|
||||
var $currentCheckbox = $(this);
|
||||
$currentCheckbox.prop('checked', value);
|
||||
$currentLine = $currentCheckbox.closest("tr");
|
||||
|
||||
Reference in New Issue
Block a user