Various fixes to the API

This commit is contained in:
Calvin Montgomery 2013-08-11 23:36:42 -04:00
parent 4aa0e7a4ef
commit 03e27a7720
4 changed files with 18 additions and 18 deletions

View file

@ -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>