Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04d848b

Browse files
committedFeb 9, 2013
Update Jquery library to 1.9.1, ui to 1.10, mobile to 1.2
1 parent 2ea89ba commit 04d848b

31 files changed

+27
-876
lines changed
 

‎core/html_api.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function require_css( $p_stylesheet_path ) {
339339
function html_css() {
340340
global $g_stylesheets_included;
341341
html_css_link( 'default.css' );
342-
html_css_link( 'jquery-ui.css' );
342+
html_css_link( 'jquery-ui-1.10.0.custom.min.css' );
343343
html_css_link( 'common_config.php' );
344344
# Add right-to-left css if needed
345345
if ( _( 'ltr' ) == 'rtl' ) {
@@ -412,8 +412,8 @@ function html_head_javascript() {
412412
global $g_scripts_included;
413413
echo "\t<script type=\"text/javascript\" src=\"" . helper_mantis_url( 'javascript_config.php' ) . '"></script>' . "\n";
414414
echo "\t<script type=\"text/javascript\" src=\"" . helper_mantis_url( 'javascript_translations.php' ) . '"></script>' . "\n";
415-
html_javascript_link( 'jquery.js' );
416-
html_javascript_link( 'jquery-ui.js' );
415+
html_javascript_link( 'jquery-1.9.1.min.js' );
416+
html_javascript_link( 'jquery-ui-1.10.0.custom.min.js' );
417417
html_javascript_link( 'common.js' );
418418
foreach ( $g_scripts_included as $t_script_path ) {
419419
html_javascript_link( $t_script_path );

‎static/javascript/jquery-1.9.1.min.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎static/javascript/jquery-ui-1.10.0.custom.min.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎static/javascript/jquery-ui.js

-125
This file was deleted.

‎static/javascript/jquery.js

-4
This file was deleted.

‎static/javascript/jquery.mobile-1.2.0.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎static/javascript/jquery.mobile.js

-177
This file was deleted.

‎themes/default/images/ajax-loader.gif

7.64 KB
Loading
1.73 KB
Loading
1.76 KB
Loading
3.53 KB
Loading
3.56 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎themes/default/jquery-ui-1.10.0.custom.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎themes/default/jquery-ui.css

-565
This file was deleted.

‎themes/default/jquery.mobile-1.2.0.min.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎themes/default/jquery.mobile.css

-2
This file was deleted.

‎themes/default/jquery.mobile.structure-1.2.0.min.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎themes/default/jquery.mobile.theme-1.2.0.min.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.