Bug 14067: Global config - clicking on Edit button twice gives javaScript error args.callback is not a function.

This commit is contained in:
Sanjay Tripathi 2012-03-26 13:24:49 +05:30
parent 277c0c8bca
commit fbf77f5f8f
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@
return false;
}
if (!$editInput.is(':visible')) {
if (!$editInput.is(':visible') || !(typeof(args.action) == 'undefined')) {
showEditField();
} else if ($editInput.val() != $label.html()) {
$edit.animate({ opacity: 0.5 });