don't remove themes on switch.

This commit is contained in:
scottjehl 2010-10-13 14:22:02 -04:00
parent 18a17dd6d9
commit 1fa820f85f

View file

@ -27,10 +27,12 @@
//remover, adder
function addTheme(theme){
/*
//way too greedy theme remover
$.each(themes,function( i ){
$('head link[href*='+themes[ i ]+']').remove();
});
*/
$('head').append( '<link rel=\'stylesheet\' href=\''+ themesDir + theme +'/\' />' );
}