no links, timed
authorDennis Nienhüser <nienhues@fzi.de>
Sun, 19 Jun 2011 13:05:44 +0000 (15:05 +0200)
committerDennis Nienhüser <nienhues@fzi.de>
Sun, 19 Jun 2011 13:05:44 +0000 (15:05 +0200)
www/ds/index.html

index 2dc62c9..328a31f 100644 (file)
@@ -16,7 +16,7 @@
 <script type="text/javascript">
 function startGallery() {
 var myGallery = new gallery($('myGallery'), {
-timed: false
+timed: true, embedLinks: false
 });
 }
 window.addEvent('domready', startGallery);