diff --git a/examples/timeline/22_window_adjustment.html b/examples/timeline/22_window_adjustment.html index 2c7ca63e..cade9b07 100644 --- a/examples/timeline/22_window_adjustment.html +++ b/examples/timeline/22_window_adjustment.html @@ -24,6 +24,7 @@


+
@@ -84,6 +85,9 @@ var selection = timeline.getSelection(); timeline.focus(selection); }; + document.getElementById('moveTo').onclick = function() { + timeline.moveTo('2014-02-01'); + };