mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-17 13:30:00 -04:00
add internet connection
perhaps the user's internet is disconnected serviceworkers can run without internet
This commit is contained in:
parent
54f9b43995
commit
b465d3fc54
1 changed files with 2 additions and 0 deletions
|
@ -422,6 +422,7 @@ function hostnameErrorTemplate(fetchedURL, bareServer) {
|
||||||
'<p><b id="remoteHostname"></b>’s server IP address could not be found.</p>' +
|
'<p><b id="remoteHostname"></b>’s server IP address could not be found.</p>' +
|
||||||
'<p>Try:</p>' +
|
'<p>Try:</p>' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
|
'<li>Checking your internet connection</li>' +
|
||||||
'<li>Verifying you entered the correct address</li>' +
|
'<li>Verifying you entered the correct address</li>' +
|
||||||
'<li>Clearing the site data</li>' +
|
'<li>Clearing the site data</li>' +
|
||||||
'<li>Contacting <b id="uvHostname"></b>\'s administrator</li>' +
|
'<li>Contacting <b id="uvHostname"></b>\'s administrator</li>' +
|
||||||
|
@ -498,6 +499,7 @@ function errorTemplate(
|
||||||
'<textarea id="errorTrace" cols="40" rows="10" readonly></textarea>' +
|
'<textarea id="errorTrace" cols="40" rows="10" readonly></textarea>' +
|
||||||
'<p>Try:</p>' +
|
'<p>Try:</p>' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
|
'<li>Checking your internet connection</li>' +
|
||||||
'<li>Verifying you entered the correct address</li>' +
|
'<li>Verifying you entered the correct address</li>' +
|
||||||
'<li>Clearing the site data</li>' +
|
'<li>Clearing the site data</li>' +
|
||||||
'<li>Contacting <b id="uvHostname"></b>\'s administrator</li>' +
|
'<li>Contacting <b id="uvHostname"></b>\'s administrator</li>' +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue