// Add autosize to textarea

This commit is contained in:
Jerome Nadaud
2013-09-12 16:52:55 +02:00
parent ba6699a378
commit 29db737c10
5 changed files with 17 additions and 4 deletions
+2
View File
@@ -135,6 +135,8 @@ class HelperFormCore extends Helper
$this->context->controller->addJS(_PS_JS_DIR_.'tinymce.inc.js');
$tinymce = false;
}
else
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/plugins/jquery.autosize.min.js');
break;
case 'shop' :