fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12451]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12451]
Date: Thu, 11 Dec 2014 23:16:31 +0000

Revision: 12451
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12451
Author:   nelson224
Date:     2014-12-11 23:16:31 +0000 (Thu, 11 Dec 2014)
Log Message:
-----------


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-11 
23:14:07 UTC (rev 12450)
+++ branches/dev-syncromind/property/js/yahoo/entity.edit.js    2014-12-11 
23:16:31 UTC (rev 12451)
@@ -170,15 +170,16 @@
 
 // jquery
 $(document).ready(function(){
-
-       $("#treeDiv1").treeview({
-               collapsed: true,
-               animated: "fast",
-               control: "#treecontrol",
-               url: requestUrlDoc,
-               persist: "location"
-       })
        
+       $("#treeDiv1").jstree({
+               "core" : {
+                       "themes" : { "stripes" : true },
+                       "data" : {
+                               "url" : requestUrlDoc
+                       }
+               }
+       });
+       
        $("#edit_inventory").on("submit", function(e){
 
                e.preventDefault();




reply via email to

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