Skip to content

Commit

Permalink
Added themeswitcher to drilldown test
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Apr 30, 2010
1 parent 5a55f3a commit c9e9e0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/visual/menu/drilldown.html
Expand Up @@ -10,8 +10,15 @@
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.button.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.menu.js"></script>
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
<script type="text/javascript">
$(function() {
$.fn.themeswitcher && $('<div/>').css({
position: "absolute",
right: 10,
top: 10
}).appendTo(document.body).themeswitcher();

$.widget("ui.drilldown", {
_init: function() {
var self = this;
Expand Down

0 comments on commit c9e9e0a

Please sign in to comment.