X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2FCRM.html;h=e0e0585b62bd6efb4cbbb5870f4261e67228d519;hb=HEAD;hp=e37eb27df7181f8116074f7c6b4107b92a9083e7;hpb=64f7de88d82869a815ad29243e8a5923b1f3c1ae;p=APKPM.git diff --git a/public/CRM.html b/public/CRM.html index e37eb27..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; @@ -16,6 +16,7 @@ }; this.clear = function() { + self.url = null; self.code = null; self.response = null; }; @@ -23,11 +24,12 @@ PingCntl.$inject = ['$xhr'];
- + loading {{url}} + {{response.length}} results @@ -48,7 +50,8 @@
USERNAME{{u.OPT82}}
-
+    
+    
 url={{url}}
 code={{code}}
 response={{response}}