summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/tasks.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/tasks.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/tasks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html
index 23eb957567..84bc10386d 100644
--- a/bitbake/lib/toaster/toastergui/templates/tasks.html
+++ b/bitbake/lib/toaster/toastergui/templates/tasks.html
@@ -131,7 +131,7 @@
131<script type="text/javascript"> 131<script type="text/javascript">
132 132
133 $(document).ready(function() { 133 $(document).ready(function() {
134 // enable blue hightlight animation for the order link 134 // highlight heading on the column for the field used for ordering
135 if (location.href.search('#') > -1) { 135 if (location.href.search('#') > -1) {
136 var task_order = location.href.split('#')[1]; 136 var task_order = location.href.split('#')[1];
137 $("#" + task_order).addClass("highlight"); 137 $("#" + task_order).addClass("highlight");