Projects: Join project resquests
[myslice.git] / portal / templates / fed4fire / fed4fire_home-view.html
index ab31f9f..5d632b6 100644 (file)
 
 <script type="text/javascript">
        $(document).ready(function() {
+           {%if 'no_creds' in user_cred or 'creds_expired' in user_cred %}
+        localStorage.clear();
+        $.post("/cache/clear/", function( data ) {
+        });
+        {% endif %}
                $('a.home-tab').click(function() {
                        $('ul.nav-tabs li').removeClass('active');
                        $(this).parent().addClass('active');