Skip to content

Commit

Permalink
JS code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parsingphase committed Feb 28, 2017
1 parent ec7e77b commit 7c1760b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/js/ticket.js
Expand Up @@ -552,8 +552,6 @@ var ticketer = (function() {
}
performersSpan.html(performerString);
}

//TODO re-enable tab clicks
updateBandSummary();
}

Expand Down Expand Up @@ -939,7 +937,8 @@ var ticketer = (function() {

this.manageInstrumentTabsTemplate = Handlebars.compile(
'{{#each this}}' +
' <div class="instrument instrument{{ this.abbreviation }}" data-instrument-shortcode="{{ this.abbreviation }}">' +
' <div class="instrument instrument{{ this.abbreviation }}" ' +
' data-instrument-shortcode="{{ this.abbreviation }}">' +
' <div class="instrumentName">{{ this.name }}</div>' +
' <div class="instrumentPerformer"><i>Needed</i></div>' +
' </div>' +
Expand Down

0 comments on commit 7c1760b

Please sign in to comment.