diff options
author | David A. Madore <david+git@madore.org> | 2014-03-31 19:12:51 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2014-03-31 19:12:51 +0200 |
commit | 4d5272ab58c792e6159c1653330b7aa96947cda7 (patch) | |
tree | 312ae40c2e6f6a4e58601bde81e12f965ee58d94 | |
parent | d507fa6dced5ea332c95385ab2d31b2cc873618a (diff) | |
download | damlengine-4d5272ab58c792e6159c1653330b7aa96947cda7.tar.gz damlengine-4d5272ab58c792e6159c1653330b7aa96947cda7.tar.bz2 damlengine-4d5272ab58c792e6159c1653330b7aa96947cda7.zip |
Remove an obsolete April's fool joke.
-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(); } |