From 4c09ca4e0296e784f035970d43a3d11f59b353e7 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Mon, 6 Feb 2017 11:44:34 +0200 Subject: [PATCH] Remove reload_once --- options.js | 7 ------- 1 file changed, 7 deletions(-) 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);