File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 const path = getQueryParam ( 'path' ) ; // e.g., source
1818
1919 if ( appName && path ) {
20- const redirectURL = `${ appName } ://${ path } =${ encodeURIComponent ( " https://prostore-ios.github.io/apps.json" ) } ` ;
20+ const redirectURL = `${ appName } ://${ path } =https://prostore-ios.github.io/apps.json` ;
2121 // Redirect
2222 window . location . href = redirectURL ;
2323
2424 // Update manual link as fallback
25- document . body . innerHTML = `<p>Redirecting to <strong> ${ redirectURL } </strong>… If nothing happens, <a href="${ redirectURL } ">click here</a>.</p>` ;
25+ document . body . innerHTML = `<p>Redirecting...<br> If nothing happens, <a href="${ redirectURL } ">click here</a>.</p>` ;
2626 } else {
2727 document . body . innerHTML = "<h1>Missing app or path parameter!</h1>" ;
2828 }
You can’t perform that action at this time.
0 commit comments