From 6d6ac30dd61316a17048e5d6e8a56b355e580484 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 3 Sep 2016 14:24:17 +0200 Subject: [PATCH] sizing textarea --- htdocs/themes/bootstrap/js/stikked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/themes/bootstrap/js/stikked.js b/htdocs/themes/bootstrap/js/stikked.js index 4ce2b0c..84f1733 100644 --- a/htdocs/themes/bootstrap/js/stikked.js +++ b/htdocs/themes/bootstrap/js/stikked.js @@ -219,7 +219,7 @@ ST.ace_init = function() { } // replace textarea - $code.after('
'); + $code.after('
'); $code.hide(); // init modes