20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / public / browser_unsupported.js
diff --git a/apps/workbench/public/browser_unsupported.js b/apps/workbench/public/browser_unsupported.js
deleted file mode 100644 (file)
index 0608000..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-(function() {
-    var ok = false;
-    try {
-        if (window.Blob &&
-            window.File &&
-            window.FileReader &&
-            window.localStorage &&
-            window.WebSocket) {
-            ok = true;
-        }
-    } catch(err) {}
-    if (!ok) {
-        document.getElementById('browser-unsupported').className='';
-    }
-})();