2.0.8 Permissions warning

This commit is contained in:
Trevor Squillario 2012-09-30 00:05:08 -04:00
parent e2099ee62a
commit 491271bd07
4 changed files with 79 additions and 2 deletions

View file

@ -598,6 +598,11 @@
}
location.reload(true);
});
$('#Theme').live('change', function () {
var theme = $(this).val();
switchTheme(theme);
//$.cookie('Theme', theme, { expires: 365 });
});
$('#Genres').live('change', function () {
var genre = $(this).val();
var currentGenres = $('#AutoPlaylists').val();
@ -703,5 +708,5 @@
}
}).disableSelection();
}); // End document.ready
}); // End document.ready