diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-09-28 17:13:49 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-09-28 17:13:49 +0200 |
commit | f28b380fac76583c1572c82abc229b49f54dc2fc (patch) | |
tree | 96847a71fe120febd90369262962d2340482a283 /plugin | |
parent | 05e55b2f811b50079ffc18e4e39ee488d10bb099 (diff) | |
download | fosdem-2018-presentation-f28b380fac76583c1572c82abc229b49f54dc2fc.tar fosdem-2018-presentation-f28b380fac76583c1572c82abc229b49f54dc2fc.tar.gz |
prevent auto-sliding in notes frames #1004
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 43385bf..1429004 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -282,6 +282,7 @@ 'progress=false', 'history=false', 'transition=none', + 'autoSlide=0', 'backgroundTransition=none' ].join( '&' ); |