Änderungen

K
keine Bearbeitungszusammenfassung
Zeile 219: Zeile 219:  
       $(function(){  
 
       $(function(){  
 
         $.getScript( "https://www.fuerthwiki.de/wiki/resources/lib/twentytwenty/jquery.event.move.js", function( data, textStatus, jqxhr ) {
 
         $.getScript( "https://www.fuerthwiki.de/wiki/resources/lib/twentytwenty/jquery.event.move.js", function( data, textStatus, jqxhr ) {
          console.log("jquery.event.move.js loaded");
   
           $.getScript( "https://www.fuerthwiki.de/wiki/resources/lib/twentytwenty/jquery.twentytwenty.js", function( data, textStatus, jqxhr ) {
 
           $.getScript( "https://www.fuerthwiki.de/wiki/resources/lib/twentytwenty/jquery.twentytwenty.js", function( data, textStatus, jqxhr ) {
             console.log("jquery.twentytwenty.js loaded");
+
             $('.twentytwenty-container').twentytwenty({
            console.dir($('.twentytwenty-container'));
+
              no_overlay: true
            setTimeout(function() {
+
             });
              $('.twentytwenty-container').twentytwenty({
  −
                no_overlay: true
  −
              });
  −
             }, 200);
   
           });
 
           });
 
         });
 
         });