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
Родитель cce9b86b17
Коммит 342254bba3
1 изменённых файлов: 1 добавлений и 1 удалений

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

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