Bugfixes for last commit
- Fix race condition for login frame - Fix guest logins
This commit is contained in:
parent
3a7acd0526
commit
087f612b37
8 changed files with 30 additions and 10 deletions
|
|
@ -38,6 +38,7 @@
|
|||
var respond = function(e) {
|
||||
if(e.data == "cytube-syn") {
|
||||
source = e.source;
|
||||
source.postMessage("cytube-ack", document.location);
|
||||
}
|
||||
}
|
||||
window.addEventListener("message", respond, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue