[-] Fix problem with js files due to the retro compatibility
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8935 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
include('../config/defines.inc.php');
|
||||
include('../config/config.inc.php');
|
||||
header('content-type: application/x-javascript');
|
||||
|
||||
$plugins_folder = __DIR__.'/jquery/plugins/';
|
||||
|
||||
$plugins = array(
|
||||
'ajaxfileupload.js' =>
|
||||
array('new_file' => $plugins_folder.'jquery.ajaxfileupload.js', 'name' => 'ajaxfileupload'),
|
||||
array('new_file' => $plugins_folder.'ajaxfileupload/jquery.ajaxfileupload.js', 'name' => 'ajaxfileupload'),
|
||||
'jquery-colorpicker.js' =>
|
||||
array('new_file' => $plugins_folder.'jquery.colorpicker.js', 'name' => 'colorpicker'),
|
||||
'jquery.cluetip.js' =>
|
||||
@@ -21,7 +21,7 @@ $plugins = array(
|
||||
'jquery.pngFix.pack.js' =>
|
||||
array('new_file' => $plugins_folder.'jquery.pngFix.js', 'name' => 'pngFix'),
|
||||
'thickbox-modified.js' =>
|
||||
array('new_file' => $plugins_folder.'jquery.thickbox.js', 'name' => 'thickbox'),
|
||||
array('new_file' => $plugins_folder.'thickbox/jquery.thickbox.js', 'name' => 'thickbox'),
|
||||
'excanvas.min.js' =>
|
||||
array('new_file' => $plugins_folder.'jquery.excanvas.js', 'name' => 'excanvas'),
|
||||
'jquery-typewatch.pack.js' =>
|
||||
@@ -62,6 +62,8 @@ $plugins = array(
|
||||
array('new_file' => $plugins_folder.'treeview/jquery.treeview.sortable.js', 'name' => 'treeview.sortable'),
|
||||
'tabpane.js' =>
|
||||
array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'),
|
||||
'ui.datepicker-js' =>
|
||||
array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user