What was that for anyway.
This commit is contained in:
parent
fb87175af6
commit
908d9cf581
@ -59,7 +59,7 @@
|
||||
*/
|
||||
|
||||
(function() {
|
||||
var $, $$, Favicon, NAMESPACE, Recaptcha, Time, anonymize, conf, config, cooldown, d, expandComment, expandThread, firstRun, g, imgExpand, imgGif, imgHover, imgPreloading, key, keybinds, log, main, nav, nodeInserted, options, qr, quoteBacklink, quoteInline, quoteOP, quotePreview, redirect, replyHiding, reportButton, revealSpoilers, sauce, threadHiding, threadStats, threading, titlePost, ui, unread, updater, val, watcher, _ref;
|
||||
var $, $$, Favicon, NAMESPACE, Recaptcha, Time, anonymize, conf, config, cooldown, d, expandComment, expandThread, firstRun, g, imgExpand, imgGif, imgHover, imgPreloading, key, keybinds, log, main, nav, nodeInserted, options, qr, quoteBacklink, quoteInline, quoteOP, quotePreview, redirect, replyHiding, reportButton, revealSpoilers, sauce, threadHiding, threadStats, threading, titlePost, ui, unread, updater, watcher, _ref;
|
||||
var __slice = Array.prototype.slice;
|
||||
config = {
|
||||
main: {
|
||||
@ -498,7 +498,6 @@
|
||||
});
|
||||
}
|
||||
for (key in conf) {
|
||||
val = conf[key];
|
||||
conf[key] = $.getValue(key, conf[key]);
|
||||
}
|
||||
$$ = function(selector, root) {
|
||||
|
||||
@ -352,7 +352,7 @@ else
|
||||
localStorage[name] = JSON.stringify value
|
||||
|
||||
#load values from localStorage
|
||||
for key, val of conf
|
||||
for key of conf
|
||||
conf[key] = $.getValue key, conf[key]
|
||||
|
||||
$$ = (selector, root=d.body) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user