Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Remove extra call to select2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 16, 2016
1 parent c66ae4e commit e75c923
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sentry_jira/templates/sentry_jira/create_jira_issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
{{ block.super }}
<script type="text/javascript">
$(document).ready(function(){
// bind regular selects and multiselects to use select2
$("#jira_issue_form select").select2({"width": "460px"});

// user autocompletion!
$("#jira_issue_form input.user-selector").each(function(i, el){
var $el = $(el);
Expand Down

0 comments on commit e75c923

Please sign in to comment.