Better name for javascript file.

This commit is contained in:
Michal Čihař
2010-04-01 11:24:38 +02:00
parent add9bc3a38
commit 5ecbd6941d
4 changed files with 5 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
</script>
<script src="./js/mootools.js" type="text/javascript"></script>
<script src="./js/jquery/jquery-1.4.2-min.js" type="text/javascript"></script>
<script src="./js/helper.js" type="text/javascript"></script>
<script src="./js/update-location.js" type="text/javascript"></script>
<script src="./js/common.js" type="text/javascript"></script>
</head>
<frameset cols="<?php

View File

@@ -1,6 +1,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Various helper scripts, using jQuery.
* Scripts to update location to allow bookmarking of frameset
* and restoring the bookmark once the page is loaded.
*
* @version $Id$
*/

View File

@@ -185,7 +185,7 @@ function PMA_auth()
require './libraries/header_meta_style.inc.php';
?>
<script src="./js/mootools.js" type="text/javascript"></script>
<script src="./js/helper.js" type="text/javascript"></script>
<script src="./js/update-location.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
// show login form in top frame

View File

@@ -547,7 +547,7 @@ $_REQUEST['js_frame'] = PMA_ifSetOr($_REQUEST['js_frame'], '');
$GLOBALS['js_include'] = array();
$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'helper.js';
$GLOBALS['js_include'][] = 'update-location.js';
/**
* holds locale messages required by JavaScript function