|
@@ -1,12 +1,12 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>JTalk - Presentation</title>
|
|
|
-<script src="../../js/jtalk.js" type="text/javascript"></script>
|
|
|
+<script src="../../js/amber.js" type="text/javascript"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
- loadJtalk({
|
|
|
+ loadAmber({
|
|
|
files: ['Presentation.js'],
|
|
|
prefix: 'examples/presentation/js',
|
|
|
ready: function() {smalltalk.Browser._openOn_(smalltalk.ESUG2011Presentation)}
|