summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.editinline.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/jquery.editinline.js')
-rw-r--r--share/www/script/jquery.editinline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/jquery.editinline.js b/share/www/script/jquery.editinline.js
index 3f1f85e3..e97abe1d 100644
--- a/share/www/script/jquery.editinline.js
+++ b/share/www/script/jquery.editinline.js
@@ -57,7 +57,7 @@
input.remove();
tools.remove();
options.accept.apply(elem, [newText, origText]);
- editable.removeClass("editinline-container")
+ editable.removeClass("editinline-container");
options.end.apply(elem, [keyCode]);
return true;
}