Skip to content
Snippets Groups Projects
Commit 0d66c91e authored by hakimel's avatar hakimel
Browse files

remove debug code

parent 63a53e9d
Branches
No related tags found
No related merge requests found
......@@ -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 : '/';
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment