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 a972b7f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.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='';
-    }
-})();