2.0.8 Permissions warning
This commit is contained in:
parent
e2099ee62a
commit
491271bd07
4 changed files with 79 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue