summaryrefslogtreecommitdiffstats
path: root/application/palemoon/modules
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 17:55:14 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 17:55:14 +0200
commitf8086ef486f296515958d2254873b902fdab3db1 (patch)
tree6823985998ac1aeda8623d3bd03663a1f10d8cfa /application/palemoon/modules
parent4cfe5d84de0b8976f8bc5c005ae12ac3adf8f18a (diff)
downloadUXP-f8086ef486f296515958d2254873b902fdab3db1.tar
UXP-f8086ef486f296515958d2254873b902fdab3db1.tar.gz
UXP-f8086ef486f296515958d2254873b902fdab3db1.tar.lz
UXP-f8086ef486f296515958d2254873b902fdab3db1.tar.xz
UXP-f8086ef486f296515958d2254873b902fdab3db1.zip
[PALEMOON] [Frontend vs Backend] HTML - input - datetime
Issue #162
Diffstat (limited to 'application/palemoon/modules')
-rw-r--r--application/palemoon/modules/FormValidationHandler.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/modules/FormValidationHandler.jsm b/application/palemoon/modules/FormValidationHandler.jsm
index 05be510e1..d01d4d3b9 100644
--- a/application/palemoon/modules/FormValidationHandler.jsm
+++ b/application/palemoon/modules/FormValidationHandler.jsm
@@ -122,7 +122,7 @@ let 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;