浏览代码

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;