Revert "Kinda sorta make 4chan X Namesync functional"
This reverts commit cb4716bb29c953c69e4c7abc618a4c4d8f6888dc.
This commit is contained in:
parent
cb4716bb29
commit
715cfc7de7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -47,9 +47,7 @@ Settings =
|
||||
MascotTools.close()
|
||||
return
|
||||
|
||||
if Settings.overlay
|
||||
setTimeout (-> Rice.nodes Settings.dialog), 100
|
||||
return
|
||||
return if Settings.overlay
|
||||
$.event 'CloseMenu'
|
||||
|
||||
Settings.dialog = dialog = $.el 'div',
|
||||
@ -65,6 +63,7 @@ Settings =
|
||||
$.on $('.reset', dialog), 'click', Settings.reset
|
||||
$.on $('input', dialog), 'change', Settings.onImport
|
||||
|
||||
|
||||
links = []
|
||||
for section in Settings.sections
|
||||
link = $.el 'a',
|
||||
|
||||
@ -2108,9 +2108,6 @@ a:only-of-type > .remove {
|
||||
.description {
|
||||
display: none;
|
||||
}
|
||||
.section-name-sync .description {
|
||||
display: inline;
|
||||
}
|
||||
#appchanx-settings h3,
|
||||
.section-keybinds,
|
||||
.section-mascots,
|
||||
|
||||
@ -13,7 +13,4 @@
|
||||
</div>
|
||||
</nav>
|
||||
<hr>
|
||||
<div class=section-container>
|
||||
<aside class=section-main></aside><!-- namesync -->
|
||||
<section></section>
|
||||
</div>
|
||||
<div class=section-container><section></section></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user