Skip to content

Commit

Permalink
Testing jquery mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresiv committed Jan 18, 2013
1 parent e9994fe commit 5d4812a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index-eng.html
Expand Up @@ -21,6 +21,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<script src="dist/js/jquery.min.js"></script>
<script src="dist/js/jquerymobile/jquery.mobile.min.js"></script>
<link rel="stylesheet" href="dist/js/jquerymobile/jquery.mobile.structure.css" />
<!--[if lte IE 8]>
<script src="dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="dist/grids/css/util-ie-min.css" />
Expand Down
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -26,6 +26,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<script src="dist/js/jquery.min.js"></script>
<script src="dist/js/jquerymobile/jquery.mobile.min.js"></script>
<link rel="stylesheet" href="dist/js/jquerymobile/jquery.mobile.structure.css" />
<!--[if lte IE 8]>
<script src="dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="dist/grids/css/util-ie-min.css" />
Expand Down
4 changes: 2 additions & 2 deletions src/js/pe-ap.js
Expand Up @@ -195,8 +195,8 @@
}
}
});
pe.add.css([pe.add.themecsslocation + 'jquery.mobile' + pe.suffix + '.css']);
pe.add._load([pe.add.liblocation + 'jquerymobile/jquery.mobile.min.js']);
// pe.add.css([pe.add.themecsslocation + 'jquery.mobile' + pe.suffix + '.css']);
// pe.add._load([pe.add.liblocation + 'jquerymobile/jquery.mobile.min.js']);
} else {
// On click, puts focus on the target of same page links (fix for browsers that don't do this automatically)
hlinks_same.on('click vclick', function () {
Expand Down

0 comments on commit 5d4812a

Please sign in to comment.