瀏覽代碼

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>