|
@@ -1,16 +1,16 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
|
|
|
- <head>
|
|
|
- <title>Amber Smalltalk</title>
|
|
|
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
- <meta name="author" content="Nicolas Petton" />
|
|
|
- <script type='text/javascript' src='../support/requirejs/require.min.js'></script>
|
|
|
- <script src='../support/amber.js'></script>
|
|
|
+ <head>
|
|
|
+ <title>Amber Smalltalk</title>
|
|
|
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
+ <meta name="author" content="Nicolas Petton" />
|
|
|
+ <script type='text/javascript' src='bower_components/amber/support/requirejs/require.min.js'></script>
|
|
|
+ <script src='bower_components/amber/support/amber.js'></script>
|
|
|
|
|
|
- </head>
|
|
|
+ </head>
|
|
|
|
|
|
- <body>
|
|
|
+ <body>
|
|
|
<script type='text/javascript'>
|
|
|
require.config({
|
|
|
paths: {
|
|
@@ -22,10 +22,11 @@
|
|
|
"amber_cli/AmberCli" ],
|
|
|
function (smalltalk) {
|
|
|
smalltalk.initialize({'transport.defaultAmdNamespace': 'amber_cli'});
|
|
|
- smalltalk.globals.Browser._openOn_(smalltalk.AmberCli);
|
|
|
+// smalltalk.globals.Browser._openOn_(smalltalk.AmberCli);
|
|
|
+ smalltalk.popupHelios();
|
|
|
}
|
|
|
);
|
|
|
- </script>
|
|
|
- </body>
|
|
|
+ </script>
|
|
|
+ </body>
|
|
|
</html>
|
|
|
|