diff options
Diffstat (limited to 'templates/cavebase.html')
-rw-r--r-- | templates/cavebase.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/cavebase.html b/templates/cavebase.html index 81fc979..e68b99b 100644 --- a/templates/cavebase.html +++ b/templates/cavebase.html @@ -10,11 +10,7 @@ <link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" /> <script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script> <script src="{{ settings.JSLIB_URL }}jquery-ui/jquery-ui.min.js" type="text/javascript"></script> -<script type="text/javascript"> - $(function() { - $( "#tabs" ).tabs(); - }); -</script> + {% block extraheaders %}{% endblock %} </head> <body> |