Lets not remove slideout navigation from the DOM if it's hidden

This commit is contained in:
Zixaphir 2013-08-31 10:16:11 -07:00
parent 75c7ef73cd
commit 8978f461b7
5 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.3.9 - 2013-08-30
* appchan x - Version 2.3.9 - 2013-08-31
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -881,6 +881,9 @@ th {
display: none;
padding: 2px;
}
.slideout-navigation-hide #so-nav {
display: none;
}
.slideout-navigation-compact #boardNavDesktopFoot {
word-spacing: 1px;
}

View File

@ -166,7 +166,7 @@ Style =
id: 'so-nav'
innerHTML: '<i class=a-icon></a>'
$.add slideNav, $.id('boardNavDesktopFoot')
Header.addShortcut slideNav, true if Conf['Slideout Navigation'] isnt 'hide'
Header.addShortcut slideNav, true
# Announcements
if Conf['Announcements'] is 'slideout'