Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher

This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg
This commit is contained in:
Masatoshi Kimura
2017-02-23 06:10:07 +09:00
parent 19b11d615c
commit 4f2e64ad3d
1087 changed files with 1708 additions and 1708 deletions

View File

@@ -8,7 +8,7 @@
<head>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="chrome://global/skin/aboutMemory.css" type="text/css"/>
<script type="text/javascript;version=1.8" src="chrome://global/content/aboutMemory.js"/>
<script type="text/javascript" src="chrome://global/content/aboutMemory.js"/>
</head>
<body onload="onLoad()" onunload="onUnload()"></body>