ソースを参照

presentation: don't show the browser by default

Manfred Kroehnert 12 年 前
コミット
ab0b5c1ab4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      presentation/index.html

+ 2 - 2
presentation/index.html

@@ -8,8 +8,8 @@
 <script type="text/javascript"> 
 	loadAmber({
 		files: ['Presentation'],
-		packageHome: './',
-		ready: function() {smalltalk.Browser._openOn_(smalltalk.FOSDEM2012Presentation)} 
+		packageHome: './'
+		//ready: function() {smalltalk.Browser._openOn_(smalltalk.FOSDEM2012Presentation)}
 	}); 
 </script>