Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eigenlab
slides-WU-openhardware
Commits
4bd62365
Commit
4bd62365
authored
Apr 10, 2016
by
Valo
Browse files
Disables useless plugins
parent
9d1340c2
Pipeline
#12
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
4bd62365
...
...
@@ -201,11 +201,11 @@
// Optional reveal.js plugins
dependencies
:
[
{
src
:
'
lib/js/classList.js
'
,
condition
:
function
()
{
return
!
document
.
body
.
classList
;
}
},
{
src
:
'
plugin/markdown/marked.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
plugin/markdown/markdown.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
},
//
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
//
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
//
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{
src
:
'
plugin/zoom-js/zoom.js
'
,
async
:
true
},
{
src
:
'
plugin/notes/notes.js
'
,
async
:
true
}
//
{ src: 'plugin/notes/notes.js', async: true }
]
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment