From 62f6c6df9e08d469a044e97e7450058146e07de1 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Fri, 3 Oct 2014 15:53:02 +0200 Subject: Remove all templates from damlengine; introduce config variables instead. Location of template files should now be specified by the DAMLENGINE_TEMPLATE_PATH environment variable. --- org/madore/damlengine/included.js | 109 -------------------------------------- 1 file changed, 109 deletions(-) delete mode 100644 org/madore/damlengine/included.js (limited to 'org/madore/damlengine/included.js') diff --git a/org/madore/damlengine/included.js b/org/madore/damlengine/included.js deleted file mode 100644 index 1bf6db7..0000000 --- a/org/madore/damlengine/included.js +++ /dev/null @@ -1,109 +0,0 @@ -"use strict"; - -var textNodeType; - -function textContent(n) { - if ( n.nodeType == textNodeType ) { - return n.data; - } else { - var children = n.childNodes; - var t = ""; - for ( var i=0 ; i elements having class="despammed-address". - elts = document.getElementsByTagName("a"); - for ( var i=0 ; i