Skip to content

Commit 28c9eff

Browse files
committed
removed <base> elements because they prevented IE6 from loading scripts
1 parent 44186ee commit 28c9eff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/dojo/dom-insert.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<!--change these next two lines for each dom plugin-->
88
<script>var pluginName = 'wire/dojo/dom';</script>
9-
<base href="../">
9+
<!--<base href="../">-->
1010

11-
<script src="test-config.js"></script>
11+
<script src="../test-config.js"></script>
1212

13-
<script src="test-dom-insert.js"></script>
13+
<script src="../test-dom-insert.js"></script>
1414
</head>
1515
<body>
1616
<div>
@@ -29,4 +29,4 @@
2929
<p id="negative">-1</p>
3030
</div>
3131
</body>
32-
</html>
32+
</html>

test/jquery/dom-insert.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<!--change these next two lines for each dom plugin-->
88
<script>var pluginName = 'wire/jquery/dom';</script>
9-
<base href="../">
9+
<!--<base href="../">-->
1010

11-
<script src="test-config.js"></script>
11+
<script src="../test-config.js"></script>
1212

13-
<script src="test-dom-insert.js"></script>
13+
<script src="../test-dom-insert.js"></script>
1414
</head>
1515
<body>
1616
<div>
@@ -29,4 +29,4 @@
2929
<p id="negative">-1</p>
3030
</div>
3131
</body>
32-
</html>
32+
</html>

0 commit comments

Comments
 (0)