Diff of /wvdetection.js [4374a5] .. [86955f]  Maximize  Restore

Switch to side-by-side view

--- a/wvdetection.js
+++ b/wvdetection.js
@@ -775,6 +775,10 @@
                 console.log("Error? Switching to different url!");
                 setTimeout(function() {self.switchToDifferentUrl()}, 1000);
             }
+            if (message === "The webvisualization license expired. Webvisualization is stopped") {
+                console.log("License expired. Switching to different url!");
+                setTimeout(function() {self.switchToDifferentUrl()}, 1000);
+            }
         }
     }
 }