diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-06-30 12:28:05 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-06-30 12:28:05 +0200 |
commit | 261548ff184926567a623e90df7954aeef842d59 (patch) | |
tree | 9b5697a77c758eaae969a8fba8b4edea5ecf59d4 /html/options.html | |
parent | 83a8d263f6efddf4f742bf7a687d10bfd1907ef8 (diff) | |
download | browser-extension-261548ff184926567a623e90df7954aeef842d59.tar.gz browser-extension-261548ff184926567a623e90df7954aeef842d59.zip |
emply an sh-based build system; make some changes to blocking
Diffstat (limited to 'html/options.html')
-rw-r--r-- | html/options.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/html/options.html b/html/options.html index c380fc4..03978c7 100644 --- a/html/options.html +++ b/html/options.html @@ -249,13 +249,6 @@ <a id="file_downloader" class="hide"></a> <form id="file_opener_form" style="visibility: hidden;"> <input type="file" id="file_opener"></input> - </form> - - <script src="/common/connection_types.js"></script> - <script src="/common/stored_types.js"></script> - <script src="/common/once.js"></script> - <script src="/common/browser.js"></script> - <script src="/common/storage_client.js"></script> - <script src="./options_main.js"></script> + </form>_OPTIONSSCRIPTS_ </body> </html> |