소스 검색

Use the old browser instead of helios

Nicolas Petton 10 년 전
부모
커밋
60dd89400b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      _layouts/index.html

+ 1 - 3
_layouts/index.html

@@ -97,9 +97,7 @@
 	  <div class="clear"></div>
 
 	  <p class="try">
-	    <button class="huge" onClick="require('amber/helpers').popupHelios()">Try Amber in your browser!</button>
-	    <br>
-	    <span class="info">You may need to allow popups to open the IDE</span>
+	    <button class="huge" onClick="require('amber_vm/smalltalk').Browser._open()">Try Amber in your browser!</button>
 	  </p>
 
 	</div>