From 56dfcc12d4d4b326fc393a8271da0cf8374d3a11 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 12 Aug 2009 12:23:02 +0200 Subject: Link Wizard added Ignore-this: c15561aa909f921f7845576378851b93 This adds a new link wizard to the toolbar which helps users to find the page the want to link to. Pages can be found by a simple page name search or by browsing the existing namespaces. This is the first checkin. Some cleanup and MSIE compatibility checks remain. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz --- lib/exe/js.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/exe/js.php') diff --git a/lib/exe/js.php b/lib/exe/js.php index 96c7c6e77..9bf392e4c 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -55,6 +55,7 @@ function js_out(){ $files[] = DOKU_INC.'lib/scripts/textselection.js'; $files[] = DOKU_INC.'lib/scripts/toolbar.js'; $files[] = DOKU_INC.'lib/scripts/edit.js'; + $files[] = DOKU_INC.'lib/scripts/linkwiz.js'; } $files[] = DOKU_INC.'lib/scripts/media.js'; } -- cgit v1.2.3