Skip to content

Commit

Permalink
Fixed browse popup not closing
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Mar 26, 2015
1 parent 523f515 commit 799d21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mopidy_musicbox_webclient/static/js/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function playBrowsedTracks(addtoqueue, trackid) {
mopidy.playback.stop();
mopidy.tracklist.clear();
}
$('#popupBrowse').popup('close');
toast('Loading...');

trackid = typeof trackid !== 'undefined' ? trackid : $('#popupBrowse').data("track");
Expand Down

0 comments on commit 799d21e

Please sign in to comment.