Преглед изворни кода

remove "text/javascript" type from script type

To be compliant with HTML5
Klemart3D пре 4 година
родитељ
комит
83158c78f7
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      tarteaucitron.js

+ 0 - 1
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;