diff --git a/www/js/main.js b/www/js/main.js index c549bfe..5e79cee 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -56,6 +56,7 @@ function onDeviceReady() { }); } + /** * Compare two version strings. * http://stackoverflow.com/a/16187766/2534036 @@ -79,6 +80,7 @@ function compareVersions(a, b) { return segmentsA.length - segmentsB.length; } + function serverProblemsDialog(errmsg) { window.location = "servererror.html?errmsg=" + errmsg; }