From 4d5272ab58c792e6159c1653330b7aa96947cda7 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Mon, 31 Mar 2014 19:12:51 +0200 Subject: Remove an obsolete April's fool joke. --- org/madore/damlengine/included.js | 7 ------- 1 file changed, 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(); } -- cgit v1.2.3