]> git.ipfire.org Git - pbs.git/commitdiff
JS: Drop prettyPrint calls
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 Apr 2023 12:15:56 +0000 (12:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 Apr 2023 15:06:19 +0000 (15:06 +0000)
This has been dropped a long time ago.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/js/pbs.js

index 70cc9c80753bbd11f0c8cca3dbe4f58582158e43..5996a8b9e530212a18d4f48269ea98f12371711f 100644 (file)
@@ -4,11 +4,6 @@
        Custom JS
 */
 
-$(document).ready(function() {
-       // Activate Google Prettify for pretty-printing code.
-       window.prettyPrint && prettyPrint()
-});
-
 /*
        Navigation
 */