File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
var retryParameterValue = url . searchParams . get ( 'retry' ) ;
20
20
21
21
// Provide a default value if the 'retry' parameter is not present
22
- return retryParameterValue !== null ? retryParameterValue : 'http ://sploder.local /update' ;
22
+ return retryParameterValue !== null ? retryParameterValue : 'https ://sploder.xyz /update' ;
23
23
}
24
24
25
25
Original file line number Diff line number Diff line change 14
14
15
15
// If the URL is not provided, redirect to the update page
16
16
if ( url == null ) {
17
- window . location . href = "http ://sploder.local /update" ;
17
+ window . location . href = "https ://sploder.xyz /update" ;
18
18
}
19
19
20
20
var page ;
69
69
70
70
71
71
const frame = document . getElementById ( 'content-frame' ) ;
72
- var url = "http ://sploder.local /php/ping.php" ;
72
+ var url = "https ://sploder.xyz /php/ping.php" ;
73
73
var xhttp = new XMLHttpRequest ( ) ;
74
74
xhttp . onreadystatechange = function ( ) {
75
75
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function createWindow() {
121
121
} else {
122
122
startpath = "/../../resources/src/local/start.html?url="
123
123
}
124
- win . loadURL ( "file:///" + app . getAppPath ( ) . replace ( / \\ / g, '/' ) + startpath + "http ://sploder.local /update" ) ;
124
+ win . loadURL ( "file:///" + app . getAppPath ( ) . replace ( / \\ / g, '/' ) + startpath + "https ://sploder.xyz /update" ) ;
125
125
win . webContents . on ( 'did-finish-load' , ( ) => {
126
126
win . show ( ) ;
127
127
} ) ;
You can’t perform that action at this time.
0 commit comments