X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_institution.html;h=4b429c9c4788859c3900f168af429588cb4c6386;hb=178d89f41591093376a52983699694ce88ba7cc2;hp=7fea6352868f86a08d7d7a7142e8112d59dcd1d4;hpb=253c554d08ef543f56fa75dc2a20ccdd6f38e698;p=myslice.git diff --git a/portal/templates/onelab/onelab_institution.html b/portal/templates/onelab/onelab_institution.html index 7fea6352..4b429c9c 100644 --- a/portal/templates/onelab/onelab_institution.html +++ b/portal/templates/onelab/onelab_institution.html @@ -58,9 +58,9 @@
{% if 'is_pi' in pi %} - + {% else %} - + {% endif %}

Loading Slices
@@ -228,6 +228,10 @@ $(document).ready(function() { if (id == 'requests') $("#" + id).load('/management/' + id); }); + var hash = window.location.hash; + if (hash) { + $('.nav-tabs a[href='+hash+']').click(); + } }); {% endblock %}