summaryrefslogtreecommitdiff
path: root/app/views/issues
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/index.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml
index 81777869f4a..bf33769349a 100644
--- a/app/views/issues/index.html.haml
+++ b/app/views/issues/index.html.haml
@@ -23,8 +23,3 @@
= render 'filter', entity: 'issue'
.span9.issues-holder
= render "issues"
-
-:javascript
- $(function(){
- Issues.init();
- })