diff options
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index aa2eb6b..44a97ad 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1527,9 +1527,9 @@ function loadPlugins() { // {{{ let history; if (debugVars.history) { history = debugVars.history; - liberator.registerObserver('exit', function () accessor.set("history", history)); } else { history = debugVars.history = accessor.get("history", []); + liberator.registerObserver('exit', function () accessor.set("history", history)); } let tw = new TwitterOauth(accessor); |