*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Add jquery as dependency and import

Merged Moser, Maximilian requested to merge jquery into master
Files
2
@@ -4,7 +4,7 @@
// Invenio Theme TUW is free software; you can redistribute it and/or modify it
// under the terms of the MIT License; see LICENSE file for more details.
import * as $ from "jquery/dist/jquery";
import $ from "jquery";
document.addEventListener("DOMContentLoaded", function () {
document.getElementById("nav-icon").addEventListener("click", function () {
Loading