mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp
This commit is contained in:
parent
577a45aa8b
commit
193034084d
@ -53,7 +53,7 @@
|
||||
ondialogaccept="setPassword();"
|
||||
onload="init()">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://mozapps/content/preferences/changemp.js"/>
|
||||
<script type="application/javascript" src="chrome://mozapps/content/preferences/changemp.js"/>
|
||||
|
||||
<stringbundle id="bundlePreferences" src="chrome://mozapps/locale/preferences/preferences.properties"/>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
style="width: &window.width; !important;">
|
||||
|
||||
<prefpane id="OCSPDialogPane" onpaneload="gOCSPDialog.init();">
|
||||
<script type="application/x-javascript" src="chrome://mozapps/content/preferences/ocsp.js"/>
|
||||
<script type="application/javascript" src="chrome://mozapps/content/preferences/ocsp.js"/>
|
||||
|
||||
<preferences>
|
||||
<preference id="security.OCSP.enabled" name="security.OCSP.enabled" type="int"/>
|
||||
|
@ -18,7 +18,7 @@
|
||||
xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
|
||||
xmlns:aaa="http://www.w3.org/2005/07/aaa">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://mozapps/content/preferences/removemp.js"/>
|
||||
<script type="application/javascript" src="chrome://mozapps/content/preferences/removemp.js"/>
|
||||
|
||||
<stringbundle id="bundlePreferences" src="chrome://mozapps/locale/preferences/preferences.properties"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user