X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=b049c32ea81bc52c63b1cbb19172d7c769778b21;hp=05ae295b19151acbf063174aec2d969c5f2adc15;hb=6e6dd05d710c027aa19ac1605668e2017c4f441f;hpb=72de1da79baf2dddf6b37374aeb27bd3576af596 diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 05ae295..b049c32 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -7,7 +7,7 @@ * @type {Number} * @const * @private */ -var SCRIPT_VERSION = 2016032202; +var SCRIPT_VERSION = 2016091401; /** * The current backend URL. @@ -297,7 +297,7 @@ var request_update = function() { update_num_viewers(num_viewers); } else { console.log("Received invalid update, waiting five seconds and trying again."); - timeout = 5000; + location.reload(true); } // Next update.