From e0e729916b5b2ec73ea6972fd2ceed0dd6c7c1ce Mon Sep 17 00:00:00 2001
From: Piotr Dabrowski
Date: Tue, 27 Aug 2013 10:38:15 +0200
Subject: [EventManager] updated EventManager sources
Change-Id: I0df27a0cd7bc22b490fdac039ba6748800c159d8
---
js/app.ui.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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) {
--
cgit v1.2.3