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:
63a53e9
)
remove debug code
author
hakimel
<hakim.elhattab@gmail.com>
Mon, 21 Jan 2013 18:06:22 +0000
(13:06 -0500)
committer
hakimel
<hakim.elhattab@gmail.com>
Mon, 21 Jan 2013 18:06:22 +0000
(13:06 -0500)
plugin/notes/notes.html
patch
|
blob
|
history
diff --git
a/plugin/notes/notes.html
b/plugin/notes/notes.html
index aecef7cc1b18179536878acb4df5ee8be1c3eddc..ed2a41511812547ba36866cf8774142f54374355 100644
(file)
--- a/
plugin/notes/notes.html
+++ b/
plugin/notes/notes.html
@@
-105,7
+105,6
@@
// ASEEMK: fix for calling talk may not be at index.html.
var iframes = document.querySelectorAll( '.slides iframe' );
[].slice.call(iframes).forEach(function (iframe) {
- console.log(window.opener);
iframe.src = window.opener ? window.opener.location.href : '/';
});