Various fixes to the API
This commit is contained in:
parent
4aa0e7a4ef
commit
03e27a7720
4 changed files with 18 additions and 18 deletions
|
|
@ -73,7 +73,7 @@
|
|||
$.post(WEB_URL+"/api/login", data, function (data) {
|
||||
data.uname = $("#username").val();
|
||||
source.postMessage("cytube-login:"+JSON.stringify(data), document.location);
|
||||
});
|
||||
}, "jsonp");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue