From: Michael Tremer Date: Sat, 29 Apr 2023 12:15:56 +0000 (+0000) Subject: JS: Drop prettyPrint calls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8b4721c8e7f9c467116ef76f75cd9498dd1241;p=pbs.git JS: Drop prettyPrint calls This has been dropped a long time ago. Signed-off-by: Michael Tremer --- diff --git a/src/static/js/pbs.js b/src/static/js/pbs.js index 70cc9c80..5996a8b9 100644 --- a/src/static/js/pbs.js +++ b/src/static/js/pbs.js @@ -4,11 +4,6 @@ Custom JS */ -$(document).ready(function() { - // Activate Google Prettify for pretty-printing code. - window.prettyPrint && prettyPrint() -}); - /* Navigation */