Subversion Repositories SmartDukaan

Rev

Rev 20988 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20988 Rev 24390
Line 1373... Line 1373...
1373
    }
1373
    }
1374
}
1374
}
1375
 
1375
 
1376
 
1376
 
1377
var pma = new function() {
1377
var pma = new function() {
1378
    this.apiurl = "http://45.33.50.227:8081/";
1378
    this.apiurl = "http://104.200.25.40:8081/";
1379
    this.endpoints = {'identify':'identify','profile':'profile','track':'track'};
1379
    this.endpoints = {'identify':'identify','profile':'profile','track':'track'};
1380
 
1380
 
1381
    this.send = function (category,action,label,user_id,properties) {
1381
    this.send = function (category,action,label,user_id,properties) {
1382
        if(!properties){
1382
        if(!properties){
1383
            properties = {};
1383
            properties = {};