소스 검색

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;