Bug 405445 Let popup know which notification button was clicked r=Enn a=dsicore

This commit is contained in:
neil@parkwaycc.co.uk 2007-12-03 15:20:29 -08:00
Родитель cc555828e2
Коммит cb089719a1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -383,6 +383,7 @@
var button = aEvent.target.buttonInfo;
if (button.popup) {
document.popupNode = aEvent.target;
document.getElementById(button.popup).
showPopup(aEvent.originalTarget, -1, -1, "popup", "bottomleft", "topleft");
aEvent.stopPropagation();