Skip to content

Commit

Permalink
Dropped includes for globally included JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Oct 30, 2012
1 parent 2b86880 commit cf9b0d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion server_plugins.php
Expand Up @@ -16,7 +16,6 @@
$response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('jquery/jquery.cookie.js');
$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('server_plugins.js');

Expand Down
2 changes: 1 addition & 1 deletion server_status.php
Expand Up @@ -472,9 +472,9 @@
$scripts->addFile('server_status.js');

$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('jquery/jquery.cookie.js'); // For tab persistence
$scripts->addFile('server_status.js');
$scripts->addFile('jquery/jquery-ui-1.8.16.custom.js');

/* < IE 9 doesn't support canvas natively */
if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) {
$scripts->addFile('jqplot/excanvas.js');
Expand Down
2 changes: 0 additions & 2 deletions tbl_gis_visualization.php
Expand Up @@ -13,8 +13,6 @@
$scripts = $header->getScripts();
$scripts->addFile('openlayers/OpenLayers.js');
$scripts->addFile('jquery/jquery.svg.js');
$scripts->addFile('jquery/jquery.mousewheel.js');
$scripts->addFile('jquery/jquery.event.drag-2.0.js');
$scripts->addFile('tbl_gis_visualization.js');
$scripts->addFile('OpenStreetMap.js');

Expand Down

0 comments on commit cf9b0d0

Please sign in to comment.