Navigation menu: Change order, mark active section (ugly way, need improvements)
[myslice.git] / portal / templates / validate_pending.html
index 447c931..6012720 100644 (file)
@@ -2,6 +2,9 @@
 
 {% block head %}
 <script type="text/javascript">
+       $(document).ready(function() {
+               $("li#nav-request").addClass("active");
+       });
        function on_click_event() {
                var ids = []; 
                $('.portal__validate__checkbox').each(function(i, el) {