fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15107] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15107] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:22:36 +0000 (UTC)

Revision: 15107
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15107
Author:   sigurdne
Date:     2016-05-13 12:22:35 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

Removed Paths:
-------------
    branches/dev-syncromind-2/property/js/portico/ajax_project_edit.js

Deleted: branches/dev-syncromind-2/property/js/portico/ajax_project_edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/ajax_project_edit.js  
2016-05-13 12:22:33 UTC (rev 15106)
+++ branches/dev-syncromind-2/property/js/portico/ajax_project_edit.js  
2016-05-13 12:22:35 UTC (rev 15107)
@@ -1,41 +0,0 @@
-$(document).ready(function ()
-{
-
-       $("#global_category_id").change(function ()
-       {
-               var oArgs = {menuaction: 'property.boworkorder.get_category', 
cat_id: $(this).val()};
-               var requestUrl = phpGWLink('index.php', oArgs, true);
-
-               var htmlString = "";
-
-               $.ajax({
-                       type: 'POST',
-                       dataType: 'json',
-                       url: requestUrl,
-                       success: function (data)
-                       {
-                               if (data != null)
-                               {
-                                       if (data.active != 1)
-                                       {
-                                               alert('Denne kan ikke velges');
-                                       }
-                               }
-                       }
-               });
-       });
-});
-
-$(document).ready(function ()
-{
-
-       $("#order_time_span").change(function ()
-       {
-               var oArgs = {menuaction: 'property.uiproject.get_orders', 
project_id: project_id, year: $(this).val()};
-//             var requestUrl = phpGWLink('index.php', oArgs, true);
-               execute_async(myDataTable_1, oArgs);
-               oArgs = {menuaction: 'property.uiproject.get_vouchers', 
project_id: project_id, year: $(this).val()};
-               execute_async(myDataTable_2, oArgs);
-       });
-});
-




reply via email to

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