瀏覽代碼

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>