Beiträge von Julia

    Hallo zusammen,


    ich rackere mich gerade an SmartMenus jQuery für Bootstrap 4 ab. Und ich füge meiner index.html diesen Code für das JavaScript ein:

    Code
    <!-- SmartMenus jQuery Bootstrap 4 Addon -->
    <script src="bootstrap/addons/bootstrap-4/jquery.smartmenus.bootstrap-4.js" type="text/javascript"></script>

    Wenn ich im Firefox die Seite laden will, sehe ich in der Webkonsole, diese Datei einen 403-Fehler erzeugt.

    Code
    http://www.projectserver.local/bootstrap/addons/bootstrap-4/jquery.smartmenus.bootstrap-4.js

    Als Ursprung gibt die Webkonsole "script" an, allerdings als Typ "html". Alle anderen Javascript-Dateien wie "jquery-3.2.1.slim.min.js" werden erfolgreich geladen und als Typ "js" erkannt.

    Warum wird jquery.smartmenus.bootstrap-4.js nicht richtig erkannt?


    Ich hoffe, dass ihr mir hierbei weiterhelfen könnt.


    Grüße

    Julia