X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2FCRM.html;h=e0e0585b62bd6efb4cbbb5870f4261e67228d519;hb=HEAD;hp=812e273384b9a470a0a90eacb8efb740a725d54c;hpb=c0a9ea32de0da713f78796cc114af55ba675dec7;p=APKPM.git diff --git a/public/CRM.html b/public/CRM.html index 812e273..e0e0585 100644 --- a/public/CRM.html +++ b/public/CRM.html @@ -8,7 +8,7 @@ this.fetch = function() { self.clear(); - self.url = '/g/' + self.function + '/' + self.args + '?callback=JSON_CALLBACK'; + self.url = '/g/' + self.function_name + '/' + self.args + '?callback=JSON_CALLBACK'; $xhr('JSON', self.url, function(code, response) { self.code = code; self.response = response; @@ -24,7 +24,7 @@ PingCntl.$inject = ['$xhr'];
- +