Commit 4388591c authored by Jitka Novotna's avatar Jitka Novotna

javascript to loader-bootstrap.js

parent 499fec1a
...@@ -52,14 +52,6 @@ ...@@ -52,14 +52,6 @@
</li> </li>
</ul> </ul>
<script>
$("#views-menu li a").click(function(){
$("#views-title").html($(this).text()+' <span class="caret"></span>');
});
</script>
<div class="tab-content"> <div class="tab-content">
{% if user.is_authenticated %} {% if user.is_authenticated %}
<div {% active_tab "your-subscriptions" %}> <div {% active_tab "your-subscriptions" %}>
......
...@@ -934,4 +934,11 @@ $(function () { ...@@ -934,4 +934,11 @@ $(function () {
} }
}); });
} }
/* Labels in dropdown menu in Dashboard */
$("#views-menu li a").click(function(){
$("#views-title").html($(this).text()+' <span class="caret"></span>');
});
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment