fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15236]


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

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


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

Modified: branches/dev-syncromind-2/property/js/portico/entity.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-06-01 01:45:00 UTC (rev 15235)
+++ branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-06-01 01:45:18 UTC (rev 15236)
@@ -240,11 +240,6 @@
 //             parent.hide_popupBox();
        });
 
-});
-
-
-$(document).ready(function ()
-{
        var click_action_on_table = false;
        $("#check_lst_time_span").change(function ()
        {
@@ -293,3 +288,12 @@
        var requestUrl = phpGWLink('index.php', oArgs, true);
        JqueryPortico.updateinlineTableHelper('datatable-container_6', 
requestUrl);
 }
+
+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]