summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 88eee6f..c315424 100644
--- a/index.html
+++ b/index.html
@@ -671,7 +671,7 @@ $('#slider_example_4').datetimepicker({
spin: function(e,ui){ // spin events
tp_inst.control.value(tp_inst, obj, unit, ui.value);
tp_inst._onTimeChange();
- //tp_inst._onSelectHandler();
+ tp_inst._onSelectHandler();
}
});
return obj;