summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-12-07 15:21:02 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2012-12-07 15:21:02 -0500
commit1ba5387f38067a0c22b3119842dbdc8052891efe (patch)
tree9e6e1af8db312cdaf4ca172d8bfdbf8efb9034ab
parentb449d81653388eb0221442d5e6997fb1b46147a0 (diff)
downloadjQuery-Timepicker-Addon-1ba5387f38067a0c22b3119842dbdc8052891efe.zip
jQuery-Timepicker-Addon-1ba5387f38067a0c22b3119842dbdc8052891efe.tar.gz
jQuery-Timepicker-Addon-1ba5387f38067a0c22b3119842dbdc8052891efe.tar.bz2
Fix spinner event in example
-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;