// Adding a button to top

This commit is contained in:
lLefevre
2011-12-02 14:31:08 +00:00
parent db1d5aba12
commit a236b63008
7 changed files with 35 additions and 10 deletions
@@ -139,7 +139,6 @@ class AdminOrdersControllerCore extends AdminController
$this->addJS(_PS_JS_DIR_.'admin_order.js');
$this->addJS(_PS_JS_DIR_.'tools.js');
$this->addJqueryPlugin('autocomplete');
$this->addJqueryPlugin('scrollTo');
}
}