diff options
Diffstat (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/utils')
-rw-r--r-- | usecaseui-common/src/main/webapp/app/fusion/external/utils/js/browserCheck.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/utils/js/browserCheck.js b/usecaseui-common/src/main/webapp/app/fusion/external/utils/js/browserCheck.js deleted file mode 100644 index 2a290d04..00000000 --- a/usecaseui-common/src/main/webapp/app/fusion/external/utils/js/browserCheck.js +++ /dev/null @@ -1,5 +0,0 @@ -var isOpera = !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0; -var isFirefox = typeof window.InstallTrigger !== 'undefined'; -var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0; -var isChrome = !!window.chrome && !isOpera; -var isIE = !!document.documentMode;
\ No newline at end of file |