Report bug with Editor on IE8

Report bug with Editor on IE8

FlorianeFloriane Posts: 22Questions: 6Answers: 0

Hello Allan,

This post is just to informe you that I found a bug with Editor 1.3.2 (on trial period) on IE8. When trial time is lower than a week, a console.log is executed, and an error is fired on IE8 :

Message : 'console' is undefined |
Line: 31 |
Caractère : 2 |
Code : 0 |
URI : http://******/dataTables.editor.min.js

To correct it, I've juste add on the top of the js file :
if (!window.console) console = {log: function() {}};

Regards,

This discussion has been closed.