fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17504] Disable drag and drop in left menu


From: oystein . lygre+savannah
Subject: [Fmsystem-commits] [17504] Disable drag and drop in left menu
Date: Fri, 5 Jan 2018 09:36:31 -0500 (EST)

Revision: 17504
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17504
Author:   oooystein
Date:     2018-01-05 09:36:31 -0500 (Fri, 05 Jan 2018)
Log Message:
-----------
Disable drag and drop in left menu

Modified Paths:
--------------
    branches/dev-bkbygg/phpgwapi/templates/portico/js/jqtree_jsmenu.js

Modified: branches/dev-bkbygg/phpgwapi/templates/portico/js/jqtree_jsmenu.js
===================================================================
--- branches/dev-bkbygg/phpgwapi/templates/portico/js/jqtree_jsmenu.js  
2018-01-05 13:09:02 UTC (rev 17503)
+++ branches/dev-bkbygg/phpgwapi/templates/portico/js/jqtree_jsmenu.js  
2018-01-05 14:36:31 UTC (rev 17504)
@@ -6,7 +6,7 @@
                tree.tree({
                        data: treemenu_data,
                        autoEscape: false,
-                       dragAndDrop: true,
+                       dragAndDrop: false,
                        autoOpen: false,
                        saveState: true,
                        useContextMenu: false,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]