We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de0bd1 commit 94908f0Copy full SHA for 94908f0
test.new/static/js/test_helpers.js
@@ -1,8 +1,6 @@
1
2
(function () {
3
4
- var IS_IE6 = (navigator.userAgent.indexOf('MSIE 6.0') > -1);
5
- var IS_IE7 = (navigator.userAgent.indexOf('MSIE 7.0') > -1);
6
var CONSOLE_LOG_SUPPORTED = ('console' in window) && console.log;
7
var CONSOLE_GROUP_SUPPORTED = ('console' in window) && console.group &&
8
console.groupEnd;
0 commit comments