Remove reload_once

This commit is contained in:
codebicycle
2017-02-06 11:44:34 +02:00
parent 54f892dacf
commit 4c09ca4e02

View File

@@ -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);