dev: remove old avoid_reuse experiment
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 12:28:18 +0000 (14:28 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 12:28:18 +0000 (14:28 +0200)
web/index.php

index c59f016..553f10c 100644 (file)
@@ -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);
 // -->
 </script>
-    <form name="ignore_me">
-    <input type="hidden" id="prevent_reuse" name="prevent_reuse"/>
-    </form>
 </body>
 </html>
 <?php