Ver código fonte

presentation: don't show the browser by default

Manfred Kroehnert 11 anos atrás
pai
commit
ab0b5c1ab4
1 arquivos alterados com 2 adições e 2 exclusões
  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>