Änderungen

10 Bytes hinzugefügt ,  20:45, 5. Mai 2021
K
keine Bearbeitungszusammenfassung
Zeile 220: Zeile 220:  
         $.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 ) {
 
           $.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("initializing ImageSlider");
+
             setTimeout(function() {
            $('.twentytwenty-container').twentytwenty({
+
              $('.twentytwenty-container').twentytwenty({
              no_overlay: true
+
                no_overlay: true
             });
+
              });
 +
             }, 100);
 
           });
 
           });
 
         });
 
         });