Include minified versions JS in git of jQuery and jQuery-UI
This commit is contained in:
parent
57fcc1d6b5
commit
fad8d76f68
9472
js/jquery/jquery-1.8.3.js
vendored
9472
js/jquery/jquery-1.8.3.js
vendored
File diff suppressed because it is too large
Load Diff
2
js/jquery/jquery-1.8.3.min.js
vendored
Normal file
2
js/jquery/jquery-1.8.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14879
js/jquery/jquery-ui-1.9.2.custom.js
vendored
14879
js/jquery/jquery-ui-1.9.2.custom.js
vendored
File diff suppressed because it is too large
Load Diff
6
js/jquery/jquery-ui-1.9.2.custom.min.js
vendored
Normal file
6
js/jquery/jquery-ui-1.9.2.custom.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -146,10 +146,10 @@ class PMA_Header
|
||||
*/
|
||||
private function _addDefaultScripts()
|
||||
{
|
||||
$this->_scripts->addFile('jquery/jquery-1.8.3.js');
|
||||
$this->_scripts->addFile('jquery/jquery-1.8.3.min.js');
|
||||
$this->_scripts->addFile('ajax.js');
|
||||
$this->_scripts->addFile('keyhandler.js');
|
||||
$this->_scripts->addFile('jquery/jquery-ui-1.9.2.custom.js');
|
||||
$this->_scripts->addFile('jquery/jquery-ui-1.9.2.custom.min.js');
|
||||
$this->_scripts->addFile('jquery/jquery.sprintf.js');
|
||||
$this->_scripts->addFile('jquery/jquery.cookie.js');
|
||||
$this->_scripts->addFile('jquery/jquery.mousewheel.js');
|
||||
|
||||
@ -37,8 +37,8 @@ PMA_noCacheHeader();
|
||||
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<link href="styles.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="../js/jquery/jquery-1.8.3.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery-1.8.3.min.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom.min.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery/jquery.json-2.4.js"></script>
|
||||
<script type="text/javascript" src="ajax.js"></script>
|
||||
<script type="text/javascript" src="../js/config.js"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user