Browse Source

prevent auto-sliding in notes frames #1004

Hakim El Hattab 10 years ago
parent
commit
f28b380fac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugin/notes/notes.html

+ 1 - 0
plugin/notes/notes.html

@@ -282,6 +282,7 @@
 						'progress=false',
 						'history=false',
 						'transition=none',
+						'autoSlide=0',
 						'backgroundTransition=none'
 					].join( '&' );