Skip to content

Commit

Permalink
[webui] Profiles tab is not deselected
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagi committed Apr 3, 2014
1 parent 5e9c7c5 commit 2bf52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/webinterface.default/js/MediaLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MediaLibrary.prototype = {
$('#tvshowLibrary').removeClass('selected');
$('#remoteControl').removeClass('selected');
$('#pictureLibrary').removeClass('selected');
$('#profilesLibrary').removeClass('selected');
$('#profiles').removeClass('selected');
this.hideOverlay();
},
replaceAll: function (haystack, needle, thread) {
Expand Down

0 comments on commit 2bf52cf

Please sign in to comment.