fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12886]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12886]
Date: Fri, 20 Mar 2015 21:31:16 +0000

Revision: 12886
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12886
Author:   nelson224
Date:     2015-03-20 21:31:15 +0000 (Fri, 20 Mar 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/location.edit.js

Modified: branches/dev-syncromind/property/js/portico/location.edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/location.edit.js        
2015-03-20 21:30:50 UTC (rev 12885)
+++ branches/dev-syncromind/property/js/portico/location.edit.js        
2015-03-20 21:31:15 UTC (rev 12886)
@@ -1,5 +1,7 @@
 var documents = null;
 var documents2 = null;
+var link_history = null;
+var set_history_data = 0;
 
 $(document).ready(function(){
        
@@ -64,4 +66,12 @@
                });
        }
        
+       get_history_data = function()
+       {
+               if (set_history_data  === 0)
+               {
+                       JqueryPortico.updateinlineTableHelper(oTable1, 
link_history);
+                       set_history_data = 1;
+               }
+       };
 });




reply via email to

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