Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop

This is an autogenerated commit, generated with https://bug1546501.bmoattachments.org/attachment.cgi?id=9060222

Differential Revision: https://phabricator.services.mozilla.com/D28559
This commit is contained in:
Brian Grinstead
2019-04-24 19:43:57 +00:00
parent 376c29da61
commit 3dd68e7775
141 changed files with 285 additions and 374 deletions

View File

@@ -233,5 +233,5 @@
</div>
</div>
</body>
<script type="application/javascript" src="chrome://browser/content/aboutNetError.js"/>
<script src="chrome://browser/content/aboutNetError.js"/>
</html>