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 86662b7a68..1cbbf2e630 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -542,11 +542,9 @@ $(document).ready(function() {
542 } 542 }
543 543
544 /* 544 /*
545 * PrettyPrint plugin. 545 * highlight plugin.
546 *
547 */ 546 */
548 // Init 547 hljs.initHighlightingOnLoad();
549 prettyPrint();
550 548
551 // Prevent invalid links from jumping page scroll 549 // Prevent invalid links from jumping page scroll
552 $('a[href=#]').click(function() { 550 $('a[href=#]').click(function() {