File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 var retryParameterValue = url . searchParams . get ( 'retry' ) ;
2020
2121 // Provide a default value if the 'retry' parameter is not present
22- return retryParameterValue !== null ? retryParameterValue : 'http://sploder.us.to ' ;
22+ return retryParameterValue !== null ? retryParameterValue : 'http://sploder.local/update ' ;
2323}
2424
2525
Original file line number Diff line number Diff line change 1414
1515 // If the URL is not provided, redirect to the update page
1616 if ( url == null ) {
17- window . location . href = "http://sploder.us.to " ;
17+ window . location . href = "http://sploder.local/update " ;
1818 }
1919
2020 var page ;
6969
7070
7171 const frame = document . getElementById ( 'content-frame' ) ;
72- var url = "http://sploder.us.to /php/ping.php" ;
72+ var url = "http://sploder.local /php/ping.php" ;
7373 var xhttp = new XMLHttpRequest ( ) ;
7474 xhttp . onreadystatechange = function ( ) {
7575
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function createWindow() {
121121 } else {
122122 startpath = "/../../resources/src/local/start.html?url="
123123 }
124- win . loadURL ( "file:///" + app . getAppPath ( ) . replace ( / \\ / g, '/' ) + startpath + "http://sploder.us.to " ) ;
124+ win . loadURL ( "file:///" + app . getAppPath ( ) . replace ( / \\ / g, '/' ) + startpath + "http://sploder.local/update " ) ;
125125 win . webContents . on ( 'did-finish-load' , ( ) => {
126126 win . show ( ) ;
127127 } ) ;
You can’t perform that action at this time.
0 commit comments