From 0d6b490fd8a9ebe0c7bd4fea285fc7e94c37fb05 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 10 Dec 2009 08:46:50 +0000 Subject: Futon: Also enable tab insertion in the custom test textarea. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889139 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/custom_test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/custom_test.html') diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 04021e90..740946e1 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -46,7 +46,7 @@ specific language governing permissions and limitations under the License. $(function() { $("#status").removeClass("failure").removeClass("success"); - $("#viewcode textarea").makeResizable({ + $("#viewcode textarea").enableTabInsertion().makeResizable({ always: true, grippie: $("#viewcode .bottom"), vertical: true -- cgit v1.2.3