diff options
Diffstat (limited to 'share/www')
-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 |