Skip to content

Commit c9e9e0a

Browse files
committed
Added themeswitcher to drilldown test
1 parent 5a55f3a commit c9e9e0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/visual/menu/drilldown.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
1111
<script type="text/javascript" src="../../../ui/jquery.ui.button.js"></script>
1212
<script type="text/javascript" src="../../../ui/jquery.ui.menu.js"></script>
13+
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
1314
<script type="text/javascript">
1415
$(function() {
16+
$.fn.themeswitcher && $('<div/>').css({
17+
position: "absolute",
18+
right: 10,
19+
top: 10
20+
}).appendTo(document.body).themeswitcher();
21+
1522
$.widget("ui.drilldown", {
1623
_init: function() {
1724
var self = this;

0 commit comments

Comments
 (0)