From c7efa4b610a96b78c7764c2e2d129a168c088c8e Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 19 Apr 2020 14:28:18 +0200 Subject: [PATCH] dev: remove old avoid_reuse experiment --- web/index.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/index.php b/web/index.php index c59f016..553f10c 100644 --- a/web/index.php +++ b/web/index.php @@ -1266,12 +1266,6 @@ cookie_law(null); } } - if ($$('#prevent_reuse').val() == "") { - $$('#prevent_reuse').val("first load"); - } - else { - location.reload(); - } g_brow = get_browser_agent(); g_prefs = new client_prefs(null); @@ -1642,9 +1636,6 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi cookie_law(null); // --> -
- -