Bug 117823. Javascript strict warnings in am-offline.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend@netscape.com/racham@netscape.com, sr=shaver@mozilla.org

This commit is contained in:
stephend%netscape.com 2002-01-05 00:59:10 +00:00
parent 2578782188
commit f57c70f024

View File

@ -245,7 +245,7 @@ function disableIfLocked( prefstrArray )
if (!gLockedPref)
gLockedPref = new Array;
for (i=0; i<prefstrArray.length; i++) {
for (var i=0; i<prefstrArray.length; i++) {
var id = prefstrArray[i].id;
var element = document.getElementById(id);
if (gPref.prefIsLocked(prefstrArray[i].prefstring)) {