mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Move require.js to first tag so it can catch jquery module registration
Otherwise jquery may be loaded twice
This commit is contained in:
parent
1ad31620ed
commit
038b0ee298
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile Dialog Test Suite</title>
|
||||
|
||||
<script src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script>
|
||||
$(document).bind('mobileinit',function(){
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
$.mobile.page.prototype.options.contentTheme = "d";
|
||||
});
|
||||
</script>
|
||||
<script src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../jquery.setNameSpace.js"></script>
|
||||
<script src="../../jquery.testHelper.js"></script>
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue