From 8ca415f532e177a31a91a7d221da8a7101ce0880 Mon Sep 17 00:00:00 2001 From: Nicolas Garnier Date: Tue, 23 Jun 2015 17:13:16 +0100 Subject: [PATCH] Small fix to animation demo since JS is already included in demo file. --- docs/_templates/demo.html | 11 +++++------ src/animation/demo.html | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/_templates/demo.html b/docs/_templates/demo.html index 93b4105f..53f32a92 100644 --- a/docs/_templates/demo.html +++ b/docs/_templates/demo.html @@ -22,10 +22,6 @@ - {% set demo_js = "../../dist/components/" + page.component + "/demo.js" %} - @@ -35,8 +31,11 @@ {{content|safe}} {% endblock %} - - + + {% set demo_js = "../../dist/components/" + page.component + "/demo.js" %} + diff --git a/src/animation/demo.html b/src/animation/demo.html index a857641b..64e9f5e6 100644 --- a/src/animation/demo.html +++ b/src/animation/demo.html @@ -5,4 +5,3 @@
-