diff options
author | Piotr Dabrowski <p.dabrowski2@samsung.com> | 2013-08-27 10:38:15 +0200 |
---|---|---|
committer | Piotr Dabrowski <p.dabrowski2@samsung.com> | 2013-08-27 10:38:15 +0200 |
commit | e0e729916b5b2ec73ea6972fd2ceed0dd6c7c1ce (patch) | |
tree | 104e910f9be8c9d1d0473b54ce6294b93658dc1f | |
parent | e48986023e356feca241528fde50d2854699eec5 (diff) | |
download | EventManager-e0e729916b5b2ec73ea6972fd2ceed0dd6c7c1ce.tar.gz EventManager-e0e729916b5b2ec73ea6972fd2ceed0dd6c7c1ce.tar.bz2 EventManager-e0e729916b5b2ec73ea6972fd2ceed0dd6c7c1ce.zip |
[EventManager] updated EventManager sources
Change-Id: I0df27a0cd7bc22b490fdac039ba6748800c159d8
-rw-r--r-- | js/app.ui.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/app.ui.js b/js/app.ui.js index ee0b98b..f3f8597 100644 --- a/js/app.ui.js +++ b/js/app.ui.js @@ -138,7 +138,6 @@ function Ui() { if (val > max){ $(this).val(max); - app.ui.alarm.updateDurationLabel(); } else if (val < min) { $(this).val(min); } @@ -672,6 +671,8 @@ function Ui() { this.end.datetimepicker("option", "format", this.format) .datetimepicker(); } + $("#demo-date-1").datetimepicker(); + $("#demo-date-2").datetimepicker(); }, setDateValue: function (field, date) { |