fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12479] entity.edit. js jstree solutions url redirect


From: Saul
Subject: [Fmsystem-commits] [12479] entity.edit. js jstree solutions url redirect and collapse all and expand all
Date: Wed, 17 Dec 2014 22:28:04 +0000

Revision: 12479
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12479
Author:   psaul
Date:     2014-12-17 22:28:03 +0000 (Wed, 17 Dec 2014)
Log Message:
-----------
entity.edit.js jstree solutions url redirect and collapse all and expand all

Modified Paths:
--------------
    branches/dev-syncromind/property/js/yahoo/entity.edit.js

Modified: branches/dev-syncromind/property/js/yahoo/entity.edit.js
===================================================================
--- branches/dev-syncromind/property/js/yahoo/entity.edit.js    2014-12-17 
13:41:22 UTC (rev 12478)
+++ branches/dev-syncromind/property/js/yahoo/entity.edit.js    2014-12-17 
22:28:03 UTC (rev 12479)
@@ -184,7 +184,7 @@
 
         var count = 0;
         $("#treeDiv1").bind("select_node.jstree", function (event, data) {
-            count = eval(count + 1);
+            count += 1;
                 var divd = 
data.instance.get_node(data.selected[0]).original['link']; 
             if(count > 1)
             {




reply via email to

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