Skip to content

Commit

Permalink
Update JqueryMobile to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuksan committed Oct 1, 2015
1 parent 0ff1e14 commit 6ba35f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf_default.php.in
Expand Up @@ -443,8 +443,8 @@ $conf['strip_extra'] = true;
# that for free. If that is undesirable you can override this in conf.php by putting
# downloading the asset and putting relative path or absolute paths to it e.g.
#$conf['cubism_js_path'] = "js/cubism.v1.min.js";
$conf['jquery171_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js";
$conf['jquery_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js";
$conf['jquerymobile_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js";
$conf['jqueryui_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js";
$conf['rickshaw_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.5.1/rickshaw.min.js";
$conf['cubism_js_path'] = "https://cdnjs.cloudflare.com/ajax/libs/cubism/1.6.0/cubism.v1.min.js";
Expand Down
2 changes: 0 additions & 2 deletions css/jquery.mobile-1.0.min.css

This file was deleted.

3 changes: 3 additions & 0 deletions css/jquery.mobile-1.4.5.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mobile.php
Expand Up @@ -15,9 +15,9 @@
<head>
<title>Ganglia Mobile</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="stylesheet" href="css/jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="<?php print $conf['jquery171_js_path']; ?>"></script>
<script src="js/jquery.mobile-1.0.min.js"></script>
<link rel="stylesheet" href="css/jquery.mobile-1.4.5.min.css" />
<script type="text/javascript" src="<?php print $conf['jquery_js_path']; ?>"></script>
<script type="text/javascript" src="<?php print $conf['jquerymobile_js_path']; ?>"></script>
<script type="text/javascript" src="js/jquery.livesearch.min.js"></script>
<link type="text/css" href="css/jquery.liveSearch.css" rel="stylesheet" />
<style>
Expand Down

0 comments on commit 6ba35f2

Please sign in to comment.