From 44f513b603d8f3be704956c24ea3519f0803c084 Mon Sep 17 00:00:00 2001 From: rurban Date: Thu, 8 Jan 2009 09:47:02 +0000 Subject: [PATCH] Add double-click notice git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6380 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/config-dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config-dist.ini b/config/config-dist.ini index 79e04c1e4..19e4e4082 100644 --- a/config/config-dist.ini +++ b/config/config-dist.ini @@ -41,6 +41,7 @@ ; Undo is experimental. Default: true ;JS_SEARCHREPLACE = true +; Edit a page by double-click into the text. This will conflict with word-selection. ; Note: Enable it for all users. Otherwise as per-user setting in UserPreferences. ; Default: false ;ENABLE_DOUBLECLICKEDIT = false -- 2.45.0