mirror of https://github.com/apache/cloudstack.git
Bug 14067: Global config - clicking on Edit button twice gives javaScript error args.callback is not a function.
This commit is contained in:
parent
a78537398c
commit
c796c86330
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Reference in New Issue