Skip to content

Commit 7e20199

Browse files
committed
Don't worry w/o config of anything plugin
1 parent 9e631d4 commit 7e20199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anything/plugin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**
44
** A plugin for reveal.js allowing to easily integrate any content
55
**
6-
** Version: 1.0.0
6+
** Version: 1.0.1
77
**
88
** License: MIT license (see LICENSE.md)
99
**
@@ -12,7 +12,7 @@
1212
window.RevealAnything = window.RevealAnything || {
1313
id: 'RevealAnything',
1414
init: function(deck) {
15-
initAnything(deck);
15+
if ( Reveal.getConfig().anything ) initAnything(deck);
1616
}
1717
};
1818

0 commit comments

Comments
 (0)