From 6b379cbf0a8e0d4f0e2dcb639808b944ac8afa66 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 10 Nov 2006 21:15:41 +0100 Subject: DOMlib removed The DOMlib javascript library was removed. It was only used for footnote tooltips and access key fixup. Removing the library creates a much smaller JavaScript footprint. The size of the compacted non-edit Javascript output was reduces from 56110 bytes down to 29296 bytes. The footnote tooltip was completely rewritten and tested in FireFox 2.0, IE 6 and Opera 9.02. Please test other browsers as well. The acces key fixup might beahve different now on Mac platforms. darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz --- lib/exe/js.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/exe/js.php') diff --git a/lib/exe/js.php b/lib/exe/js.php index 6df8abccd..0bca72984 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -44,8 +44,6 @@ function js_out(){ DOKU_INC.'lib/scripts/script.js', DOKU_INC.'lib/scripts/tw-sack.js', DOKU_INC.'lib/scripts/ajax.js', - DOKU_INC.'lib/scripts/domLib.js', - DOKU_INC.'lib/scripts/domTT.js', ); if($edit){ if($write){ -- cgit v1.2.3