Start updating to new API
This commit is contained in:
parent
0bf80a375d
commit
4aa0e7a4ef
7 changed files with 63 additions and 314 deletions
|
|
@ -71,7 +71,8 @@
|
|||
hash = loc.substring(loc.indexOf("?") + 1);
|
||||
})();
|
||||
|
||||
var url = WEB_URL+"/api/json/recoverpw?hash="+hash+"&callback=?";
|
||||
var url = WEB_URL+"/api/account/passwordrecover?hash="+hash+
|
||||
"&callback=?";
|
||||
$.getJSON(url, function(data) {
|
||||
if(data.success) {
|
||||
$("<div/>").addClass("alert alert-success")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue