Sfoglia il codice sorgente

Adding button for Helios

Herbert Vojčík 11 anni fa
parent
commit
e9afea73fa
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      root/index.html

+ 3 - 2
root/index.html

@@ -25,7 +25,8 @@
           });
       });
     </script>
-    <button onclick="require('amber_vm/smalltalk').Browser._open()">class browser</button>
+    <button onclick="require('amber/helpers').globals.Browser._open()">legacy IDE</button>
+    <button onclick="require('amber/helpers').popupHelios()">Helios IDE</button>
   </body>
-</html>
 
+</html>