Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 32302bc

Browse files
committed
Init: Use bootstrap in nopage
1 parent cb98a65 commit 32302bc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/unit/init/nopage.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<meta charset="UTF-8" />
55
<title>jQuery Mobile Init Test Suite</title>
66
<!-- meta viewport left out on purpose for test append -->
7-
<script src="../../../js/jquery.tag.inserter.js"></script>
8-
<script src="../../jquery.setNameSpace.js"></script>
9-
<script src="../../../js/"></script>
10-
<script src="../../jquery.testHelper.js"></script>
11-
<script src="init_core_nopage.js"></script>
7+
<script src="../../../external/requirejs/require.js"></script>
8+
<script
9+
src="../../lib/bootstrap.js"
10+
data-full="true"
11+
data-set-ns="true"
12+
data-modules="init_core_nopage">
13+
</script>
14+
1215
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
1316
<link rel="stylesheet" href="../../../external/qunit/qunit.css"/>
14-
<script src="../../swarminject.js"></script>
1517

1618
<style>
1719
[data-nstest-role="page"], [data-nstest-role="dialog"] {

0 commit comments

Comments
 (0)