fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13321] agreement.edit.js


From: Saul
Subject: [Fmsystem-commits] [13321] agreement.edit.js
Date: Fri, 29 May 2015 22:56:05 +0000

Revision: 13321
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13321
Author:   psaul
Date:     2015-05-29 22:56:04 +0000 (Fri, 29 May 2015)
Log Message:
-----------
agreement.edit.js

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

Modified: branches/dev-syncromind/property/js/portico/agreement.edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/agreement.edit.js       
2015-05-29 22:55:30 UTC (rev 13320)
+++ branches/dev-syncromind/property/js/portico/agreement.edit.js       
2015-05-29 22:56:04 UTC (rev 13321)
@@ -5,7 +5,7 @@
  */
 var sUrl_agreement = phpGWLink('index.php', {'menuaction': 
'property.uiagreement.edit_alarm'});
 
-onActionsClick_notify=function(type, ids){
+onActionsClick_notify=function(type, ids , url){
 
     $.ajax({
             type: 'POST',
@@ -13,10 +13,8 @@
             url: ""+ sUrl_agreement +"&phpgw_return_as=json",
             data:{ids:ids,type:type},
             success: function(data) {
-                    if( data != null)
-                    {
-
-                    }
+                       
+                JqueryPortico.updateinlineTableHelper('datatable-container_0');
             }
     });
 }




reply via email to

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