projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605f714
)
remove console.log
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 28 Oct 2012 22:57:27 +0000
(18:57 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 28 Oct 2012 22:57:27 +0000
(18:57 -0400)
plugin/notes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/notes/notes.html
b/plugin/notes/notes.html
index c91ca7f7afe7e7546b00948f00fcd094fab4a190..8763056ed812c7fb6274bd01d4b87c79612ccb8c 100644
(file)
--- a/
plugin/notes/notes.html
+++ b/
plugin/notes/notes.html
@@
-120,7
+120,6
@@
}
// Update the note slides
- console.log(currentSlide.contentWindow);
currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );