Lets not remove slideout navigation from the DOM if it's hidden
This commit is contained in:
parent
75c7ef73cd
commit
8978f461b7
2
LICENSE
2
LICENSE
@ -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
@ -881,6 +881,9 @@ th {
|
||||
display: none;
|
||||
padding: 2px;
|
||||
}
|
||||
.slideout-navigation-hide #so-nav {
|
||||
display: none;
|
||||
}
|
||||
.slideout-navigation-compact #boardNavDesktopFoot {
|
||||
word-spacing: 1px;
|
||||
}
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user