Skip to content

Commit c53da81

Browse files
committed
Merge pull request pure-css#13 from tilomitra/menus-test-cleanup
pull YUI from CDN on Menus test page to remove errors
2 parents ce76337 + f315f12 commit c53da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menus/tests/manual/menus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2>Fixed Menus</h2>
158158

159159

160160
</div>
161-
<script src="../../../../../yui3/build/yui/yui.js"></script>
161+
<script src="http://yui.yahooapis.com/3.10.1/build/yui/yui-min.js"></script>
162162
<script>
163163
var Y = YUI({
164164
fetchCSS: false,

0 commit comments

Comments
 (0)