Explorar o código

presentation: don't show the browser by default

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
ab0b5c1ab4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>