mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-14 12:01:01 +08:00
various settings changes
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
var settings, cache, utils, button, reddit, background;
|
||||
|
||||
settings = new Store('settings');
|
||||
settings = new Store('settings', {
|
||||
'cacheTime': 1,
|
||||
'freshCutoff': 7
|
||||
});
|
||||
cache = new Store('cache');
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user