bug 120277, removed js warning message, r=law, sr=ben

This commit is contained in:
morse%netscape.com 2002-01-25 22:34:50 +00:00
parent 0fc8ec5bd3
commit a29b076027

View File

@ -166,7 +166,7 @@ function CookieSelected() {
document.getElementById("removeCookie").removeAttribute("disabled");
} else {
ClearCookieProperties();
return;
return true;
}
var idx = selections[0];