Fixed js glitch

This commit is contained in:
Fabio Manganiello 2018-01-29 17:09:53 +01:00
parent e007d26896
commit 22e4a44fdb
1 changed files with 2 additions and 1 deletions

View File

@ -112,9 +112,10 @@ $(document).ready(function() {
action: 'music.mpd.' + action, action: 'music.mpd.' + action,
}, },
onSuccess=undefined,
onComplete = function() { onComplete = function() {
$btn.removeAttr('disabled'); $btn.removeAttr('disabled');
}, }
); );
}); });
}; };