forked from platypush/platypush
Fixed js glitch
This commit is contained in:
parent
e007d26896
commit
22e4a44fdb
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||||
},
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue