From f28b380fac76583c1572c82abc229b49f54dc2fc Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 28 Sep 2014 17:13:49 +0200
Subject: [PATCH] prevent auto-sliding in notes frames #1004

---
 plugin/notes/notes.html | 1 +
 1 file changed, 1 insertion(+)

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( '&' );
 
-- 
GitLab