mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-28 21:11:01 +00:00
Exporting to soundcloud tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user