From 36e519fc8d2a406071173d4eda8bf0a64ce2968d Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 Jan 2009 20:52:43 +0000 Subject: Fix expanding/collapsing nested structures in Futon, as well as expanding/collapsing after cancelling an in-place edit. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737834 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/jquery.editinline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/jquery.editinline.js') 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; } -- cgit v1.2.3