diff options
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> |