aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorhakimel <hakim.elhattab@gmail.com>2013-01-21 13:06:22 -0500
committerhakimel <hakim.elhattab@gmail.com>2013-01-21 13:06:22 -0500
commit0d66c91e8e30e6905735bdb30b0a4143a3a8f0ec (patch)
tree8443fabdf3a5530823ab6337ed3819ba12cc1420 /plugin/notes/notes.html
parent63a53e9dd1ef8805acd065c7faa2440673b15f92 (diff)
downloadfreenode-live-2017-presentation-0d66c91e8e30e6905735bdb30b0a4143a3a8f0ec.tar
freenode-live-2017-presentation-0d66c91e8e30e6905735bdb30b0a4143a3a8f0ec.tar.gz
remove debug code
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index aecef7c..ed2a415 100644
--- 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 : '/';
});