diff --git a/tarteaucitron.js b/tarteaucitron.js index 52607de..ef97247 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -1586,7 +1586,6 @@ var tarteaucitron = { } } else { script = document.createElement('script'); - script.type = 'text/javascript'; script.id = (id !== undefined) ? id : ''; script.async = true; script.src = url;