We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann

This commit is contained in:
mcafee%netscape.com 1999-11-03 23:10:47 +00:00
Родитель 6978081f5a
Коммит dede1e72a0
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -59,8 +59,8 @@
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:javascript.allow" />
<html:label for="pref:0:bool:javascript.allow" accesskey="r" tabindex="0">
<html:input type="checkbox" id="pref:0:bool:javascript.enabled" />
<html:label for="pref:0:bool:javascript.enabled" accesskey="r" tabindex="0">
&enbJsCheck.label;
</html:label>
</html:div>

Просмотреть файл

@ -59,8 +59,8 @@
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:javascript.allow" />
<html:label for="pref:0:bool:javascript.allow" accesskey="r" tabindex="0">
<html:input type="checkbox" id="pref:0:bool:javascript.enabled" />
<html:label for="pref:0:bool:javascript.enabled" accesskey="r" tabindex="0">
&enbJsCheck.label;
</html:label>
</html:div>