mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix comment on trunk, comment only change, no review
This commit is contained in:
parent
638d4579cb
commit
297587f8ad
@ -6914,7 +6914,7 @@ let gPrivateBrowsingUI = {
|
||||
document.getElementById("menu_import").setAttribute("disabled", "true");
|
||||
|
||||
// Disable the Clear Recent History... menu item when in PB mode
|
||||
// 1.9.1 branch only (bug 480260)
|
||||
// temporary fix until bug 463607 is fixed
|
||||
document.getElementById("Tools:Sanitize").setAttribute("disabled", "true");
|
||||
|
||||
this._privateBrowsingAutoStarted = this._privateBrowsingService.autoStarted;
|
||||
@ -6945,7 +6945,7 @@ let gPrivateBrowsingUI = {
|
||||
document.getElementById("menu_import").removeAttribute("disabled");
|
||||
|
||||
// Re-enable the Clear Recent History... menu item on exit of PB mode
|
||||
// 1.9.1 branch only (bug 480260)
|
||||
// temporary fix until bug 463607 is fixed
|
||||
document.getElementById("Tools:Sanitize").removeAttribute("disabled");
|
||||
|
||||
if (gFindBar)
|
||||
|
Loading…
Reference in New Issue
Block a user