X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=30f2d061dda1c9dcf0d217d1879f3b0052c68732;hp=f21273edd8a0f4e49bb9f24e6989d99b0a6458d5;hb=4f754b372829496a9f53eb52923446cc2a0398c1;hpb=39843e66b3de9949b59a6e121180492cfe9f0477 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(); }