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 c696b088..65df5a9d 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 b4bc193f..a1c0c953 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 93cd9839..4db4228e 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 5391a195..653f858e 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 ba9e7100..a596019d 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 e1e5926e..c6b55425 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 a0b82824..09ffa22d 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 dfd65b74..4bdbfd22 100644 --- a/test/test-plugins.html +++ b/test/test-plugins.html @@ -6,7 +6,7 @@ reveal.js - Test Plugins - + @@ -25,7 +25,7 @@ - + + +