Es funktioniert einfach nicht :(

In meinem Typoscript steht page.includeJS {
  file1 = http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
  file2 = fileadmin/templates/galleria/galleria-1.3.3.min.js
}
Markiere file1 mal als external:
file1 = http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
file1.external = 1


page.includeJSFooter {
  galleriaThemeJS = fileadmin/templates/js/gallery.js
}


in der Datei gallery.js steht:
<script>
Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
   Galleria.run('.galleria');
</script>
Ändere den Inhalt dieser Datei mal wie folgt:
$(function() {

    alert("SCRIPT WIRD AUFGERUFEN");
Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
    Galleria.run('.galleria');

});

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an