diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-12-10 08:46:50 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-12-10 08:46:50 +0000 |
commit | 0d6b490fd8a9ebe0c7bd4fea285fc7e94c37fb05 (patch) | |
tree | 05b03a545e8a7ff28281cc9b73cc577447612d79 | |
parent | 83563f5b645d005831561db16f821c21f4aa8564 (diff) |
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
-rw-r--r-- | share/www/custom_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |