소스 검색

remove debug code

hakimel 11 년 전
부모
커밋
0d66c91e8e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      plugin/notes/notes.html

+ 0 - 1
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 : '/';
 				});