bug 75654, bogus cookie description when multiple cookies selected, r=evaughan, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@92150 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -233,7 +233,10 @@ function ViewCookieSelected( e )
|
||||
: bundle.GetStringFromName("AtEndOfSession");
|
||||
} else {
|
||||
field = document.getElementById(rows[i]);
|
||||
value = ( !selItemsMax ) ? props[i] : ""; // multiple selections clear fields.
|
||||
value = props[i];
|
||||
}
|
||||
if (selItemsMax && rows[i] != "ifl_isDomain") {
|
||||
value = ""; // clear field if multiple selections
|
||||
}
|
||||
field.setAttribute("value", value);
|
||||
if(rows[i] == "ifl_expires") break;
|
||||
|
||||
@@ -27,8 +27,8 @@ cannotImages=site cannot load images
|
||||
domain=Domain for which this cookie applies:
|
||||
host=Server which set the cookie:
|
||||
imageTitle=Image Manager
|
||||
hostColon=host:
|
||||
domainColon=domain:
|
||||
hostColon=Host:
|
||||
domainColon=Domain:
|
||||
yes=yes
|
||||
no=no
|
||||
AtEndOfSession = at end of session
|
||||
|
||||
Reference in New Issue
Block a user