summaryrefslogtreecommitdiffstats
path: root/toolkit/content/browser-content.js
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 14:45:58 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 14:45:58 +0100
commit73c6f6b3deb95fff270898dfb3e48c116f714d5c (patch)
tree175c24964f6ccad4e1649171062d41ca7a3e0777 /toolkit/content/browser-content.js
parent8a15fd8d24e4373f462046b46fbe8558f57f3403 (diff)
downloadUXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.gz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.lz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.xz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.zip
Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 2)
Diffstat (limited to 'toolkit/content/browser-content.js')
-rw-r--r--toolkit/content/browser-content.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/content/browser-content.js b/toolkit/content/browser-content.js
index 4ae798fbd..731b55185 100644
--- a/toolkit/content/browser-content.js
+++ b/toolkit/content/browser-content.js
@@ -1737,6 +1737,7 @@ let DateTimePickerListener = {
}
case "MozUpdateDateTimePicker": {
let value = this._inputElement.getDateTimeInputBoxValue();
+ value.type = this._inputElement.type;
sendAsyncMessage("FormDateTime:UpdatePicker", { value });
break;
}