mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed some quote issues.
This commit is contained in:
parent
769331d45d
commit
ee28926da0
8 changed files with 54 additions and 54 deletions
|
@ -14,7 +14,7 @@ define(['app','backgrid'], function () {
|
|||
|
||||
if (this.column.get('sortable')) {
|
||||
this.$el.addClass('clickable');
|
||||
this.$el.append(' <i class='pull-right'></i>');
|
||||
this.$el.append(' <i class="pull-right"></i>');
|
||||
|
||||
if (this.collection.state) {
|
||||
var sortKey = this.collection.state.sortKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue