Skip to content

Commit

Permalink
fixes #356
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Nov 18, 2015
1 parent 8c3b8dd commit fe3c3b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resource/js/docready.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,9 @@ $(function() { // DOCUMENT READY
item.typeLabel[i] = typeLabels[unprefixed];
}
}
if (typeLabels[item.type[i]] !== undefined) {
item.typeLabel[i] = typeLabels[item.type[i]];
}
}
if (toBeRemoved !== null) { item.type.splice(toBeRemoved, 1); }
}
Expand Down

0 comments on commit fe3c3b8

Please sign in to comment.