From: Michael Tremer Date: Sun, 29 May 2022 14:06:44 +0000 (+0000) Subject: js: Initialize Foundation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a517ab20a855df59c74209b992dd5ce1f29a5d;p=pbs.git js: Initialize Foundation Signed-off-by: Michael Tremer --- diff --git a/src/static/js/pbs.js b/src/static/js/pbs.js index d2cfe40e..92980e53 100644 --- a/src/static/js/pbs.js +++ b/src/static/js/pbs.js @@ -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()