summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/libtoaster.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/libtoaster.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
index e7d6a950fc..6f9b5d0f00 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -546,11 +546,9 @@ $(document).ready(function() {
546 } 546 }
547 547
548 /* 548 /*
549 * PrettyPrint plugin. 549 * highlight plugin.
550 *
551 */ 550 */
552 // Init 551 hljs.initHighlightingOnLoad();
553 prettyPrint();
554 552
555 // Prevent invalid links from jumping page scroll 553 // Prevent invalid links from jumping page scroll
556 $('a[href=#]').click(function() { 554 $('a[href=#]').click(function() {