Bug 807422 - Panels should open towards the center of the browser window. r=felipe

This commit is contained in:
Jared Wein 2012-11-12 14:42:02 -08:00
Родитель 6860ce9323
Коммит 36e8bee008
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -922,7 +922,7 @@ var SocialToolbar = {
let imageId = aToolbarButtonBox.getAttribute("id") + "-image";
let toolbarButtonImage = document.getElementById(imageId);
panel.openPopup(toolbarButtonImage, "bottomcenter topleft", 0, 0, false, false);
panel.openPopup(toolbarButtonImage, "bottomcenter topright", 0, 0, false, false);
},
setPanelErrorMessage: function SocialToolbar_setPanelErrorMessage(aNotificationFrame) {