summaryrefslogtreecommitdiffstats
path: root/lib/jquery.jtable.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jquery.jtable.js')
-rw-r--r--lib/jquery.jtable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jquery.jtable.js b/lib/jquery.jtable.js
index 3a356ae..b70b111 100644
--- a/lib/jquery.jtable.js
+++ b/lib/jquery.jtable.js
@@ -2256,7 +2256,7 @@ THE SOFTWARE.
return;
}
- var $saveButton = self._$editDiv.find('#EditDialogSaveButton');
+ var $saveButton = $('#EditDialogSaveButton');
var $editForm = self._$editDiv.find('form');
if (self._trigger("formSubmitting", null, { form: $editForm, formType: 'edit', row: self._$editingRow }) != false) {
self._setEnabledOfDialogButton($saveButton, false, self.options.messages.saving);