فهرست منبع

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>