summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/dirinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/dirinfo.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/dirinfo.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
index 458e933685..ab89e279fa 100644
--- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html
+++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
@@ -18,6 +18,13 @@
18{% load projecttags %} 18{% load projecttags %}
19 19
20<script type='text/javascript'> 20<script type='text/javascript'>
21 var ctx = {};
22 ctx.target = "{{target.target}}";
23
24 $(document).ready(function(){
25 $("#menu-"+ctx.target).addClass("active");
26 });
27
21 function setupTreetable() { 28 function setupTreetable() {
22 $("#dirtable").treetable({ 29 $("#dirtable").treetable({
23 expandable: true, 30 expandable: true,