From 4f754b372829496a9f53eb52923446cc2a0398c1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 22 Jun 2015 01:40:40 +0200 Subject: [PATCH] Fix an issue where switching backends would cause the gong to go off. --- www/js/remoteglot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index f21273e..30f2d06 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1387,6 +1387,7 @@ var switch_backend = function(new_backend_url) { // Request an immediate fetch with the new backend. backend_url = new_backend_url; + current_analysis_data = null; ims = 0; request_update(); } -- 2.39.2