diff options
Diffstat (limited to 'application/palemoon/modules/FormValidationHandler.jsm')
-rw-r--r-- | application/palemoon/modules/FormValidationHandler.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/modules/FormValidationHandler.jsm b/application/palemoon/modules/FormValidationHandler.jsm index ef7c2108bc..387c221d74 100644 --- a/application/palemoon/modules/FormValidationHandler.jsm +++ b/application/palemoon/modules/FormValidationHandler.jsm @@ -122,7 +122,7 @@ var FormValidationHandler = this._panel.hidden = false; let tabBrowser = aWindow.gBrowser; - this._anchor = tabBrowser.formValidationAnchor; + this._anchor = tabBrowser.popupAnchor; this._anchor.left = aPanelData.contentRect.left; this._anchor.top = aPanelData.contentRect.top; this._anchor.width = aPanelData.contentRect.width; |