diff options
| author | Stephen Blott | 2015-05-29 12:47:23 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-29 12:47:23 +0100 |
| commit | c5babceec0178f02233446d6a3ad4c19c176b564 (patch) | |
| tree | e0475c5f97fa5e868863fe0cd609584fa14a152e /background_scripts/main.coffee | |
| parent | df4bd23474beb6b59a712acfe8611292d1ce507d (diff) | |
| parent | 5b24b564a42ac5533bbb031f24b07c42beebd65e (diff) | |
| download | vimium-c5babceec0178f02233446d6a3ad4c19c176b564.tar.bz2 | |
Merge pull request #1599 from mrmr1993/settings-refactor
Separate Settings from the background page, and use it directly in options.html/popup.html
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index a13d9d98..edcdf3b2 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -744,5 +744,5 @@ chrome.windows.getAll { populate: true }, (windows) -> chrome.tabs.sendMessage(tab.id, { name: "getScrollPosition" }, createScrollPositionHandler()) # Start pulling changes from synchronized storage. -Sync.init() +Settings.init() showUpgradeMessage() |
