more tags, more opera glitch workarounds

This commit is contained in:
Shish
2012-08-15 21:19:51 +01:00
parent 887c746e35
commit 5022d2b965
3 changed files with 13 additions and 5 deletions

View File

@ -38,7 +38,7 @@ $(document).ready(function() {
});
try {
var sidebar_hidden = ($.cookie("ui-sidebar-hidden") || $.cookie("sidebar-hidden") || "").split("|");
var sidebar_hidden = ($.cookie("ui-sidebar-hidden") || "").split("|");
for(var i in sidebar_hidden) {
if(sidebar_hidden.hasOwnProperty(i) && sidebar_hidden[i].length > 0) {
$(sidebar_hidden[i]+" .blockbody").hide();