зеркало из https://github.com/mozilla/pjs.git
Forgot to address a review comment before checking in the fix for bug 177054. This additional checkin just corrects the indentation.
This commit is contained in:
Родитель
cef2e8c61f
Коммит
082e6e520d
|
@ -613,7 +613,7 @@ function onAdvancedAbSearch()
|
|||
if (!selectedABURI) return;
|
||||
|
||||
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].
|
||||
getService(Components.interfaces.nsIWindowMediator);
|
||||
getService(Components.interfaces.nsIWindowMediator);
|
||||
var existingSearchWindow = windowManager.getMostRecentWindow("mailnews:absearch");
|
||||
if (existingSearchWindow)
|
||||
existingSearchWindow.focus();
|
||||
|
|
|
@ -606,7 +606,7 @@ function onAdvancedAbSearch()
|
|||
if (!selectedABURI) return;
|
||||
|
||||
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].
|
||||
getService(Components.interfaces.nsIWindowMediator);
|
||||
getService(Components.interfaces.nsIWindowMediator);
|
||||
var existingSearchWindow = windowManager.getMostRecentWindow("mailnews:absearch");
|
||||
if (existingSearchWindow)
|
||||
existingSearchWindow.focus();
|
||||
|
|
Загрузка…
Ссылка в новой задаче