diff options
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r-- | yaksh/templates/manage.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index 047f784..7a2830c 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -65,14 +65,6 @@ </ul> </div> </nav> -<script type="text/javascript"> - $(document).ready(function() { - $(".alert").delay(2000).slideUp(200, function() { - $(this).alert('close'); - }); - }); -</script> - {% endblock %} {% block content %} <div class="container"> |