diff options
| author | Jez Ng | 2012-01-18 22:37:05 +0800 |
|---|---|---|
| committer | Jez Ng | 2012-01-26 02:48:00 -0500 |
| commit | c51d33799eb56675292b65ef0cc04ef97ba02f6f (patch) | |
| tree | 9ee7afd7593842fa91f28d0d1a59bdee4b562368 /options.html | |
| parent | 4ad21d921120dba576a75d432b1e2bf4d42f51e3 (diff) | |
| download | vimium-c51d33799eb56675292b65ef0cc04ef97ba02f6f.tar.bz2 | |
Add migration code for old localStorage values.
Finish up the wrapping of localStorage. All background code should now
modify localStorage via settings.js rather than doing it directly.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html index e4142b4d..02186412 100644 --- a/options.html +++ b/options.html @@ -1,6 +1,7 @@ <html> <head> <title>Vimium Options</title> + <script src="lib/utils.js"></script> <script src="background/settings.js"></script> <style type="text/css" media="screen"> body { |
