From f5e93c8e19cd696c4dda283e98872aa5078c88b1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 13 Sep 2016 14:46:07 -0600 Subject: [PATCH] Add minimum client version check code (#2), modify critical error handling, bump version to 1.5.2 --- www/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/main.js b/www/js/main.js index 5e79cee..317cd38 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -56,7 +56,6 @@ function onDeviceReady() { }); } - /** * Compare two version strings. * http://stackoverflow.com/a/16187766/2534036