This commit is contained in:
Trevor Squillario 2012-07-20 16:39:18 -04:00
parent d8331b7a2c
commit e16f840e56
11 changed files with 187 additions and 82 deletions

View file

@ -3,7 +3,7 @@
var width = $.cookie('defaultsmwidth');
resizeSMSection(width);
}
if ($.cookie('sidebar') && $.cookie('username') && $.cookie('password')) {
if ($.cookie('sidebar') && $.cookie('username') && $.cookie('passwordenc')) {
$('#SideBar').show();
updateChatMessages();
updateNowPlaying();