RobertFischer / JQuery-PeriodicalUpdater

A port of Prototype's PeriodicalUpdater to JQuery
282 stars 50 forks source link

if(console) doesn't work in IE 7 #1

Closed skrjon closed 14 years ago

skrjon commented 15 years ago

I know its not the 'best' solution but doing this makes the code work in IE 7.

try { console.log("Resetting due to error: " + textStatus); } catch(err) {}

RobertFischer commented 14 years ago

Thanks for the head's up. Created a little logging function which incorporates this stunt.