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 11:41:38 +05:30
parent a78537398c
commit c796c86330
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 });