0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-24 18:17:56 +01:00

Other updated text

This commit is contained in:
peteruithoven 2013-10-30 21:21:12 +01:00
parent c8f0ad4409
commit d715d19412

View File

@ -202,7 +202,7 @@ function UpdatePanel() {
text = "Installing update... (will take a minute)"; text = "Installing update... (will take a minute)";
break; break;
case UpdatePanel.INSTALLED: case UpdatePanel.INSTALLED:
text = "Update complete, please reconnect by connecting your device to <b>"+settings.substituted_ssid+"</b> and going to <a href='http://draw.doodle3d.com'>draw.doodle3d.com</a>"; text = "Update complete, please reconnect by connecting your device to the access point of your WiFi box and going to <a href='http://draw.doodle3d.com'>draw.doodle3d.com</a>";
//text = "Update complete, please <a href='javascript:location.reload(true);'>refresh Page</a>."; //text = "Update complete, please <a href='javascript:location.reload(true);'>refresh Page</a>.";
break; break;
case UpdatePanel.INSTALL_FAILED: case UpdatePanel.INSTALL_FAILED: