Honestly...

Even if you change the mascot after disabling it, it shouldn't be
a live setting.
This commit is contained in:
Zixaphir 2013-08-06 16:55:14 -07:00
parent ee0f931cc8
commit 930b04171b
3 changed files with 0 additions and 12 deletions

View File

@ -11088,10 +11088,6 @@
var el;
el = this.el.firstElementChild;
if (!Conf['Mascots']) {
el.src = "";
return;
}
if (Conf['Mascot Position'] === 'default') {
$.rmClass(doc, 'mascot-position-above-post-form');
$.rmClass(doc, 'mascot-position-bottom');

View File

@ -11075,10 +11075,6 @@
var el;
el = this.el.firstElementChild;
if (!Conf['Mascots']) {
el.src = "";
return;
}
if (Conf['Mascot Position'] === 'default') {
$.rmClass(doc, 'mascot-position-above-post-form');
$.rmClass(doc, 'mascot-position-bottom');

View File

@ -19,10 +19,6 @@ MascotTools =
change: (mascot) ->
el = @el.firstElementChild
if !Conf['Mascots']
el.src = ""
return
if Conf['Mascot Position'] is 'default'
$.rmClass doc, 'mascot-position-above-post-form'
$.rmClass doc, 'mascot-position-bottom'