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