fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15242]


From: nelson . guerra
Subject: [Fmsystem-commits] [15242]
Date: Wed, 1 Jun 2016 01:47:01 +0000 (UTC)

Revision: 15242
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15242
Author:   nelson224
Date:     2016-06-01 01:47:01 +0000 (Wed, 01 Jun 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/js/portico/location.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/location.edit.js      
2016-06-01 01:46:42 UTC (rev 15241)
+++ branches/dev-syncromind-2/property/js/portico/location.edit.js      
2016-06-01 01:47:01 UTC (rev 15242)
@@ -6,7 +6,7 @@
 {
        $('#doc_type').change( function()
        {
-               oTable0.dataTableSettings[0]['ajax']['data']['doc_type'] = 
$(this).val();
+               paramsTable0['doc_type'] = $(this).val();
                oTable0.fnDraw();                               
        });
 
@@ -19,3 +19,12 @@
                }
        };
 });
+
+function newDocument(oArgs)
+{
+       oArgs['doc_type'] = $('#doc_type').val();
+
+       var requestUrl = phpGWLink('index.php', oArgs);
+
+       window.open(requestUrl, '_self');
+};
\ No newline at end of file




reply via email to

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