diff --git a/js/playback.js b/js/components/playback.js similarity index 100% rename from js/playback.js rename to js/components/playback.js diff --git a/js/reveal.js b/js/reveal.js index c696b08..65df5a9 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1,4 +1,4 @@ -import Playback from './playback.js' +import Playback from './components/playback.js' /** * reveal.js diff --git a/test/examples/auto-animate.html b/test/examples/auto-animate.html index b4bc193..a1c0c95 100644 --- a/test/examples/auto-animate.html +++ b/test/examples/auto-animate.html @@ -8,8 +8,8 @@ - - + + @@ -162,7 +162,7 @@ - + + + + + + + + + + + + + diff --git a/test/test-markdown-external.html b/test/test-markdown-external.html index 93cd983..4db4228 100644 --- a/test/test-markdown-external.html +++ b/test/test-markdown-external.html @@ -6,7 +6,7 @@ reveal.js - Test Markdown - + @@ -23,7 +23,7 @@ - + diff --git a/test/test-markdown-options.html b/test/test-markdown-options.html index 5391a19..653f858 100644 --- a/test/test-markdown-options.html +++ b/test/test-markdown-options.html @@ -6,7 +6,7 @@ reveal.js - Test Markdown Options - + @@ -31,7 +31,7 @@ - + diff --git a/test/test-markdown-slide-attributes.html b/test/test-markdown-slide-attributes.html index ba9e710..a596019 100644 --- a/test/test-markdown-slide-attributes.html +++ b/test/test-markdown-slide-attributes.html @@ -6,7 +6,7 @@ reveal.js - Test Markdown Attributes - + @@ -116,7 +116,7 @@ - + diff --git a/test/test-markdown.html b/test/test-markdown.html index e1e5926..c6b5542 100644 --- a/test/test-markdown.html +++ b/test/test-markdown.html @@ -6,7 +6,7 @@ reveal.js - Test Markdown - + @@ -40,7 +40,7 @@ - + diff --git a/test/test-pdf.html b/test/test-pdf.html index a0b8282..09ffa22 100644 --- a/test/test-pdf.html +++ b/test/test-pdf.html @@ -6,7 +6,7 @@ reveal.js - Test PDF exports - + @@ -73,7 +73,7 @@ - + diff --git a/test/test-plugins.html b/test/test-plugins.html index dfd65b7..4bdbfd2 100644 --- a/test/test-plugins.html +++ b/test/test-plugins.html @@ -6,7 +6,7 @@ reveal.js - Test Plugins - + @@ -25,7 +25,7 @@ - + + +