소스 검색

fixed merge

Jaume Sanchez 9 년 전
부모
커밋
91b1297d9a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/index.html

+ 2 - 2
examples/index.html

@@ -297,7 +297,7 @@
 
 		}, false );
 		button.style.display = 'none';
-		panel.appendChild( button );
+		actionPanel.appendChild( button );
 
 		var button2 = document.createElement( 'a' );
 		button2.className = 'action-button';
@@ -310,7 +310,7 @@
 
 		}, false );
 		button2.style.display = 'none';
-		panel.appendChild( button2 );
+		actionPanel.appendChild( button2 );
 
 		var links = {};
 		var selected = null;