diff --git a/tarteaucitron.js b/tarteaucitron.js index f6eb47a..f9d903b 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -79,7 +79,10 @@ var tarteaucitron = { setTimeout(tarteaucitronProLoadServices, 1000); } } - origOpen.apply(this, arguments); + + try { + origOpen.apply(this, arguments); + } catch (err) {} }; } }