projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d122f81
)
dev: remove old avoid_reuse experiment
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 12:28:18 +0000
(14:28 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 12:28:18 +0000
(14:28 +0200)
web/index.php
patch
|
blob
|
history
diff --git
a/web/index.php
b/web/index.php
index
c59f016
..
553f10c
100644
(file)
--- 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);
// -->
</script>
- <form name="ignore_me">
- <input type="hidden" id="prevent_reuse" name="prevent_reuse"/>
- </form>
</body>
</html>
<?php