mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2115 Fix regression introduced in N°1443: Left pane menu not showing due a JS error
This commit is contained in:
@@ -113,8 +113,13 @@ function sprintf(format, etc) {
|
||||
$(':input[name^=storedSelection]', pager).remove();
|
||||
}
|
||||
|
||||
function storeSelection(table, pager, id, value, disabled=false)
|
||||
function storeSelection(table, pager, id, value, disabled)
|
||||
{
|
||||
if(disabled == undefined)
|
||||
{
|
||||
disabled = false;
|
||||
}
|
||||
|
||||
var valueToStore = value;
|
||||
if (table.config.selectionMode == 'negative')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user