aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/admin/header.html')
-rw-r--r--templates/web/zurich/admin/header.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html
index a423cf22f..40847f190 100644
--- a/templates/web/zurich/admin/header.html
+++ b/templates/web/zurich/admin/header.html
@@ -24,14 +24,3 @@
select { width: auto; }
.admin-report-edit select { max-width: 100%; }
</style>
-<script>
-$(function(){
- $('.row-link').hover(function(){
- $(this).toggleClass("active");
- }).click(function(){
- window.location = this.getElementsByTagName('a')[0];
- }).find('td:last').hide();
- $('th.edit').hide();
-});
-</script>
-