This shows you the differences between the selected revision and the current version of the page.
| cons:start 2013/02/18 22:25 | cons:start 2013/02/18 22:28 current | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <html> | <html> | ||
| <script> | <script> | ||
| - | if (window.location.search.indexOf("oldpage") == -1 || window.location.search.indexOf("oldcons") == -1) { | + | if (window.location.search.indexOf("oldpage") == -1 && window.location.search.indexOf("oldcons") == -1) { |
| window.location = "http://con.puzzlers.org"; | window.location = "http://con.puzzlers.org"; | ||
| } | } | ||