diff --git a/options.js b/options.js index 9e4ec2d..508643f 100644 --- a/options.js +++ b/options.js @@ -167,15 +167,8 @@ function initShortcutInput(inputId) { document.getElementById(inputId).addEventListener('keydown', recordKeyPress); } -// function reload_once() { -// if(!window.location.hash) { -// window.location = window.location + '#loaded'; -// window.location.reload(); -// } -// } document.addEventListener('DOMContentLoaded', function () { - // reload_once(); restore_options(); document.getElementById('save').addEventListener('click', save_options);