equal
deleted
inserted
replaced
20 counter = document.getElementById(side+'-sidebar-showbutton'); |
20 counter = document.getElementById(side+'-sidebar-showbutton'); |
21 if(elem.style.display=='none') |
21 if(elem.style.display=='none') |
22 { |
22 { |
23 elem.style.display = 'block'; |
23 elem.style.display = 'block'; |
24 counter.style.display = 'none'; |
24 counter.style.display = 'none'; |
25 elem.parentNode.style.width = '156px'; |
25 elem.parentNode.style.width = ''; |
26 if ( !KILL_SWITCH ) |
26 if ( !KILL_SWITCH ) |
27 { |
27 { |
28 createCookie(side+'_sidebar', 'open', 365); |
28 createCookie(side+'_sidebar', 'open', 365); |
29 } |
29 } |
30 } else { |
30 } else { |