Changeset 2949 for trunk/phpgwapi


Ignore:
Timestamp:
06/17/10 16:21:14 (14 years ago)
Author:
amuller
Message:

Ticket #1036 - Arrumando compactador de javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/expressoAjax/expressoAjax.js

    r2923 r2949  
    4343                this.updateVersion = ""; 
    4444                this.cacheRequest = false; 
     45                this.xconnector = new XConnector( { 
     46                                "path" : URL_SERVER, 
     47                                "controller" : "controller.php?action=" 
     48                                } ); 
     49 
     50 
    4551 
    4652        }; 
     
    290296        { 
    291297 
    292                 _connector.go( { 
     298                this.xconnector.go( { 
    293299                        "access" : target, 
    294300                        "handler" : function( data ) 
Note: See TracChangeset for help on using the changeset viewer.