2.3.5 last.fm fix, volume shortcuts
This commit is contained in:
parent
c12537e061
commit
8643f01647
13 changed files with 223 additions and 97 deletions
|
@ -12,6 +12,11 @@
|
|||
if (getCookie('HideAZ')) {
|
||||
$('#BottomContainer').hide();
|
||||
}
|
||||
if (getCookie('SaveTrackPosition')) {
|
||||
$('#SaveTrackPosition').attr('checked', true);
|
||||
} else {
|
||||
$('#SaveTrackPosition').attr('checked', false);
|
||||
}
|
||||
$('ul#ChangeLog li.log').each(function (i, el) {
|
||||
if (i > 3) {
|
||||
$(el).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue