diff options
| author | mrmr1993 | 2015-04-27 20:48:02 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-05-29 12:06:00 +0100 |
| commit | ea535672d76b0b5f847af346434ab996f461f68c (patch) | |
| tree | b8de26907d34ebe9c4c3108f81841f561f7e6610 /pages/popup.html | |
| parent | 7ff17b8a6f63b0f46fac2be27c2a2f7d82c8d458 (diff) | |
| download | vimium-ea535672d76b0b5f847af346434ab996f461f68c.tar.bz2 | |
Use lib/settings.coffee to provide settings to options.html/popup.html
Instead of directly accessing the background page's Settings object,
the options page and the page popup now have their own.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/popup.html b/pages/popup.html index c7e2fd6f..fdf116e5 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -48,6 +48,8 @@ } </style> + <script src="../lib/utils.js"></script> + <script src="../lib/settings.js"></script> <script src="options.js"></script> </head> <body> |
