]> git.ipfire.org Git - pbs.git/commitdiff
js: Initialize Foundation
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 May 2022 14:06:44 +0000 (14:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 May 2022 14:06:44 +0000 (14:06 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/js/pbs.js

index d2cfe40eedb562a92cc7079cea4ac1ba32af36cb..92980e538ba07780117dfa8493f306e7066a58d1 100644 (file)
@@ -1,3 +1,12 @@
+/*
+       Pakfire Build Service
+
+       Custom JS
+*/
+
+// Initialise Foundation
+$(document).foundation();
+
 $(document).ready(function() {
        // Activate Google Prettify for pretty-printing code.
        window.prettyPrint && prettyPrint()