// Features - Remove select language with one language and add autosize to textarea
This commit is contained in:
@@ -2212,6 +2212,9 @@ class AdminProductsControllerCore extends AdminController
|
||||
|
||||
public function initContent($token = null)
|
||||
{
|
||||
//Required for Features Textarea autosize
|
||||
$this->addJS(_PS_JS_DIR_.'jquery/plugins/jquery.autosize.min.js');
|
||||
|
||||
if ($this->display == 'edit' || $this->display == 'add')
|
||||
{
|
||||
$this->fields_form = array();
|
||||
|
||||
Reference in New Issue
Block a user