fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12305] remove obselete


From: Sigurd Nes
Subject: [Fmsystem-commits] [12305] remove obselete
Date: Thu, 13 Nov 2014 11:27:51 +0000

Revision: 12305
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12305
Author:   sigurdne
Date:     2014-11-13 11:27:50 +0000 (Thu, 13 Nov 2014)
Log Message:
-----------
remove obselete

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

Removed Paths:
-------------
    branches/dev-syncromind/property/js/portico/generic.index.js

Modified: branches/dev-syncromind/property/js/portico/condition_survey_edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-11-13 11:26:33 UTC (rev 12304)
+++ branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-11-13 11:27:50 UTC (rev 12305)
@@ -1,58 +1,3 @@
-
-//var arURLParts = strBaseURL.split('?');
-//var comboBase = arURLParts[0] + 'phpgwapi/inc/yui-combo-master/combo.php?';
-//
-//YUI_config = {
-//    //Don't combine the files
-//    combine: true,
-//    //Ignore things that are already loaded (in this process)
-//    ignoreRegistered: false,
-//    //Set the base path
-//     comboBase: comboBase,
-//    base: '',
-//    //And the root
-//    root: '',
-//    //Require your deps
-//    require: [ ]
-//};
-//
-//
-//YUI({
-//}).use(
-//     'gallery-formvalidator', 
-//             function(Y) {   
-//                Y.on("domready", function () {
-//                   var form = new Y.Validator(
-//                        {
-//                            form:'form',
-//                                                     checkOnSubmit:true,
-//                            defaultIncorrectIndicatorCss:'validator',
-//                            defaultCorrectIndicatorCss:'indicator',
-//                            createCorrectIndicator:true,
-//                            createIncorrectIndicator:true
-//                        }
-//                    );
-//
-//                });
-//
-//});
-//
-//     YAHOO.util.Event.addListener(window, "load", function()
-//     {
-//             var oArgs = 
{menuaction:'property.uicondition_survey.get_vendors'};
-//             var strURL = phpGWLink('index.php', oArgs, true);
-//         YAHOO.portico.autocompleteHelper(strURL, 
-//             'vendor_name', 'vendor_id', 'vendor_container');
-//     });
-//
-//     YAHOO.util.Event.addListener(window, "load", function()
-//     {
-//             var oArgs = 
{menuaction:'property.uicondition_survey.get_users'};
-//             var strURL = phpGWLink('index.php', oArgs, true);
-//         YAHOO.portico.autocompleteHelper(strURL, 
-//             'coordinator_name', 'coordinator_id', 'coordinator_container');
-//     });
-//     
 //     call to AutoCompleteHelper JQUERY
        var oArgs = {menuaction:'property.uicondition_survey.get_users'};
        var strURL = phpGWLink('index.php', oArgs, true);

Deleted: branches/dev-syncromind/property/js/portico/generic.index.js
===================================================================
--- branches/dev-syncromind/property/js/portico/generic.index.js        
2014-11-13 11:26:33 UTC (rev 12304)
+++ branches/dev-syncromind/property/js/portico/generic.index.js        
2014-11-13 11:27:50 UTC (rev 12305)
@@ -1,10 +0,0 @@
-       this.choose_columns = function(oArgs)
-       {
-               var requestUrl = phpGWLink('index.php', oArgs);
-               TINY.box.show({iframe:requestUrl, 
boxid:'frameless',width:750,height:450,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: true,closejs:function(){refresh_page();}});
-       };
-
-       function refresh_page()
-       {
-               location.reload();
-       }




reply via email to

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