Fix sintax error.

This commit is contained in:
mgalli%geckonnection.com 2006-02-14 22:57:20 +00:00
parent 9420bbc190
commit c2e0735fcf

View File

@ -159,7 +159,7 @@ function sanitizeAll()
document.getElementById("privacySanitize").disabled=true;
}
function sanitizeBookmarks() {set
function sanitizeBookmarks() {
// in Common.
BookmarksDeleteAllAndSync();
document.getElementById("bookmarksSanitize").disabled=true;