Skip to content

Commit

Permalink
hotfix for issue #723
Browse files Browse the repository at this point in the history
  • Loading branch information
deanoemcke committed Aug 24, 2018
1 parent 1da3c21 commit dc70bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var tgs = (function() {
var UNSUSPEND_ON_RELOAD_URL = 'unsuspendOnReloadUrl';
var DISCARD_ON_LOAD = 'discardOnLoad';
var SCROLL_POS = 'scrollPos';
var FORM_INPUT = 'formInput';
var TEMP_WHITELISTED = 'tempWhitelist';
var SPAWNED_TAB_CREATE_TIMESTAMP = 'spawnedTabCreateTimestamp';
var FOCUS_DELAY = 500;
Expand Down

0 comments on commit dc70bb6

Please sign in to comment.