VRFS-600 attempt to fix IE10
This commit is contained in:
parent
45597d90e8
commit
12701f447d
|
|
@ -1,4 +1,4 @@
|
|||
(function(context, $) {
|
||||
(function (context, $) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
|
@ -22,6 +22,11 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (!console.debug) {
|
||||
console.log("No console.debug found - defining...");
|
||||
context.console.debug = function() { console.log(arguments); }
|
||||
}
|
||||
|
||||
context.JK.logger = context.console;
|
||||
|
||||
// JW - some code to tone down logging. Uncomment the following, and
|
||||
|
|
|
|||
Loading…
Reference in New Issue