projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11501: Improved test name
[arvados.git]
/
apps
/
workbench
/
public
/
browser_unsupported.js
1
(function() {
2
var ok = false;
3
try {
4
if (window.Blob &&
5
window.File &&
6
window.FileReader &&
7
window.localStorage &&
8
window.WebSocket) {
9
ok = true;
10
}
11
} catch(err) {}
12
if (!ok) {
13
document.getElementById('browser-unsupported').className='';
14
}
15
})();