diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-08-10 17:39:03 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-21 19:49:55 +0100 |
commit | d8598c1ed3264de0e7b6de21f62d4d5125177677 (patch) | |
tree | 1f257cc80f34905d1db9c9686bff214d3a478643 /toolkit/components/alerts/resources/content/alert.xul | |
parent | d77729916b4b9c2b67abd41181336c2cbb1da968 (diff) | |
download | UXP-d8598c1ed3264de0e7b6de21f62d4d5125177677.tar UXP-d8598c1ed3264de0e7b6de21f62d4d5125177677.tar.gz UXP-d8598c1ed3264de0e7b6de21f62d4d5125177677.tar.lz UXP-d8598c1ed3264de0e7b6de21f62d4d5125177677.tar.xz UXP-d8598c1ed3264de0e7b6de21f62d4d5125177677.zip |
Notifications - Run (Desktop) Notifications twice (and more) in a row does not work
Diffstat (limited to 'toolkit/components/alerts/resources/content/alert.xul')
-rw-r--r-- | toolkit/components/alerts/resources/content/alert.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/components/alerts/resources/content/alert.xul b/toolkit/components/alerts/resources/content/alert.xul index 8597d9954..1549f4530 100644 --- a/toolkit/components/alerts/resources/content/alert.xul +++ b/toolkit/components/alerts/resources/content/alert.xul @@ -24,6 +24,7 @@ <script type="application/javascript" src="chrome://global/content/alerts/alert.js"/> <vbox id="alertBox" class="alertBox"> + <label id="alertTime" value="" hidden="true"/> <box id="alertTitleBox"> <image id="alertIcon"/> <label id="alertTitleLabel" class="alertTitle plain" crop="end"/> |