diff --git a/common/modules/main.js b/common/modules/main.js index a1745ca..c7877a6 100644 --- a/common/modules/main.js +++ b/common/modules/main.js @@ -46,7 +46,7 @@ export function main(callback, fallbackURL = "../../") { }) .catch(error => { alert(error); - open(fallbackURL); + open(`${fallbackURL}?source=${sourceURL}`); }); function waitForAllImagesToLoad() {