diff options
-rw-r--r-- | org/madore/damlengine/included.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/org/madore/damlengine/included.js b/org/madore/damlengine/included.js index 9c035bd..1bf6db7 100644 --- a/org/madore/damlengine/included.js +++ b/org/madore/damlengine/included.js @@ -97,12 +97,6 @@ function permuteDoc(doc) { } } -function aprilsFool() { - var today = new Date(); - if ( today.getMonth() == 3 && today.getDate() == 1 ) - permuteDoc(window.document); -} - function onLoad() { // Start with some bugware... try { @@ -112,5 +106,4 @@ function onLoad() { } // Now despam email adresses. despam(); - aprilsFool(); } |