зеркало из https://github.com/mozilla/pjs.git
Fix for bug 103415. Search tab is not getting updated. r=sgehani sr=hyatt
This commit is contained in:
Родитель
9459b19cfd
Коммит
a6d09778ca
|
@ -69,7 +69,7 @@ var gFocusedURL = null;
|
|||
function loadEventHandlers(event)
|
||||
{
|
||||
// Filter out events that are not about the document load we are interested in
|
||||
if (event.target == _content.document) {
|
||||
if (event.originalTarget == _content.document) {
|
||||
UpdateBookmarksLastVisitedDate(event);
|
||||
UpdateInternetSearchResults(event);
|
||||
checkForDirectoryListing();
|
||||
|
|
Загрузка…
Ссылка в новой задаче