Exporting to soundcloud tests

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 12:33:27 +02:00
parent 8f46eabbaf
commit 71f1826435
5 changed files with 89 additions and 12 deletions

View File

@@ -54,7 +54,9 @@ window.addEventListener("load", function() {
}
try {
window.opener.callback(query_parameters);
} catch(e) {}
} catch(e) {
window.setTimeout(window.opener.SC.connectCallback, 1);
}
}
});