fixed the themeswitcher

This commit is contained in:
scottjehl 2010-12-03 18:12:44 -05:00
parent b01478a5e7
commit 1c5236be6c

View file

@ -18,6 +18,7 @@
$('<li><a href=\'#\'>' + themes[ i ].charAt(0).toUpperCase() + themes[ i ].substr(1) + '</a></li>')
.click(function(){
addTheme( themes[i] );
menuPage.dialog('close');
})
.appendTo(menu);
});