Browse Source

Changed loadJtalk to loadAmber() in presentation/indeX.html

Nicolas Petton 12 years ago
parent
commit
fb7784acd6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/presentation/index.html

+ 2 - 2
examples/presentation/index.html

@@ -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)}