diff options
Diffstat (limited to 'www/lib/vis/examples/timeline/styling/itemTemplates.html')
| -rw-r--r-- | www/lib/vis/examples/timeline/styling/itemTemplates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/vis/examples/timeline/styling/itemTemplates.html b/www/lib/vis/examples/timeline/styling/itemTemplates.html index a8772afa..13e43c46 100644 --- a/www/lib/vis/examples/timeline/styling/itemTemplates.html +++ b/www/lib/vis/examples/timeline/styling/itemTemplates.html @@ -4,7 +4,7 @@ <title>Timeline | Templates</title> <!-- load handlebars for templating, and create a template --> - <script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0-alpha.4/handlebars.min.js"></script> + <script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.5/handlebars.min.js"></script> <script id="item-template" type="text/x-handlebars-template"> <table class="score"> <tr> @@ -24,7 +24,7 @@ </script> <script src="../../../dist/vis.js"></script> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" /> + <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body, html { |
