Whoopse
This commit is contained in:
parent
798ab20f35
commit
27f642c3b8
@ -8782,7 +8782,7 @@
|
||||
});
|
||||
},
|
||||
disconnect: function() {
|
||||
var el, entry, input, _i, _len, _ref;
|
||||
var el, entry, input, name, _i, _j, _len, _len1, _ref, _ref1;
|
||||
if (Conf['Updater and Stats in Header']) {
|
||||
Header.rmShortcut(this.dialog);
|
||||
} else {
|
||||
@ -8802,11 +8802,11 @@
|
||||
}
|
||||
$.off(this.settings, 'click', this.intervalShortcut);
|
||||
$.event('rmMenuEntry', this.entry);
|
||||
delete this.checkPostCount;
|
||||
delete this.timer;
|
||||
delete this.status;
|
||||
delete this.isUpdating;
|
||||
delete this.entry;
|
||||
_ref1 = ['checkPostCount', 'timer', 'status', 'isUpdating', 'entry', 'dialog', 'thread', 'root', 'lastPost', 'outdateCount', 'online'];
|
||||
for (_j = 0, _len1 = _ref1.length; _j < _len1; _j++) {
|
||||
name = _ref1[_j];
|
||||
delete this[name];
|
||||
}
|
||||
return Thread.callbacks.rm('Thread Updater');
|
||||
},
|
||||
node: function() {
|
||||
|
||||
@ -8765,7 +8765,7 @@
|
||||
});
|
||||
},
|
||||
disconnect: function() {
|
||||
var el, entry, input, _i, _len, _ref;
|
||||
var el, entry, input, name, _i, _j, _len, _len1, _ref, _ref1;
|
||||
if (Conf['Updater and Stats in Header']) {
|
||||
Header.rmShortcut(this.dialog);
|
||||
} else {
|
||||
@ -8785,11 +8785,11 @@
|
||||
}
|
||||
$.off(this.settings, 'click', this.intervalShortcut);
|
||||
$.event('rmMenuEntry', this.entry);
|
||||
delete this.checkPostCount;
|
||||
delete this.timer;
|
||||
delete this.status;
|
||||
delete this.isUpdating;
|
||||
delete this.entry;
|
||||
_ref1 = ['checkPostCount', 'timer', 'status', 'isUpdating', 'entry', 'dialog', 'thread', 'root', 'lastPost', 'outdateCount', 'online'];
|
||||
for (_j = 0, _len1 = _ref1.length; _j < _len1; _j++) {
|
||||
name = _ref1[_j];
|
||||
delete this[name];
|
||||
}
|
||||
return Thread.callbacks.rm('Thread Updater');
|
||||
},
|
||||
node: function() {
|
||||
|
||||
@ -82,11 +82,7 @@ ThreadUpdater =
|
||||
|
||||
$.event 'rmMenuEntry', @entry
|
||||
|
||||
delete @checkPostCount
|
||||
delete @timer
|
||||
delete @status
|
||||
delete @isUpdating
|
||||
delete @entry
|
||||
delete @[name] for name in ['checkPostCount', 'timer', 'status', 'isUpdating', 'entry', 'dialog', 'thread', 'root', 'lastPost', 'outdateCount', 'online']
|
||||
|
||||
Thread.callbacks.rm 'Thread Updater'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user