mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Fixed a regression due to (apparently?) the upgrade of jQuery
SVN:trunk[2140]
This commit is contained in:
@@ -128,7 +128,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
|||||||
var okBtn = $('#btn_ok_'+me.id);
|
var okBtn = $('#btn_ok_'+me.id);
|
||||||
if ($('#count_'+me.id).val() > 0)
|
if ($('#count_'+me.id).val() > 0)
|
||||||
{
|
{
|
||||||
okBtn.attr('disabled', '');
|
okBtn.removeAttr('disabled');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -411,7 +411,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$('#label_'+me.id).attr('disabled', '');
|
$('#label_'+me.id).removeAttr('disabled');
|
||||||
$('#label_'+me.id).css({'background': '#fff url(../images/ac-background.gif) no-repeat right'});
|
$('#label_'+me.id).css({'background': '#fff url(../images/ac-background.gif) no-repeat right'});
|
||||||
$('#mini_add_'+me.id).show();
|
$('#mini_add_'+me.id).show();
|
||||||
$('#mini_tree_'+me.id).show();
|
$('#mini_tree_'+me.id).show();
|
||||||
|
|||||||
Reference in New Issue
Block a user