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
python-uga
training-hpc
Commits
4cd6775c
Commit
4cd6775c
authored
Jun 13, 2019
by
Raphael Bacher
Browse files
fix zoom
parent
165e85fd
Changes
1
Show whitespace changes
Inline
Side-by-side
ipynb/slides_reveal.tpl
View file @
4cd6775c
...
@@ -222,7 +222,7 @@ require(
...
@@ -222,7 +222,7 @@ require(
{
src
:
"
{
{
resources
.
reveal
.
url_prefix
}
}/plugin/notes/notes.js
"
,
{
src
:
"
{
{
resources
.
reveal
.
url_prefix
}
}/plugin/notes/notes.js
"
,
async
:
true
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
{
src
:
"
{
{
resources
.
reveal
.
url_prefix
}
}/plugin/zoom/zoom.js
"
,
{
src
:
"
{
{
resources
.
reveal
.
url_prefix
}
}/plugin/zoom
-js
/zoom.js
"
,
async
:
true
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
}
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
}
]
]
...
...
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