mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Don't set text 'none', it can be a valid label value
This commit is contained in:
@@ -181,7 +181,7 @@ var UI = (function(params) {
|
||||
width: 'fit',
|
||||
selectAllText: '<i class="fa fa-check-square-o"></i>',
|
||||
deselectAllText: '<i class="fa fa-square-o"></i>',
|
||||
noneSelectedText: '<span class="label label-list label-default">' + $(this).data('label-key') + ": none</span>",
|
||||
noneSelectedText: '<span class="label label-list label-default">' + $(this).data('label-key') + ": </span>",
|
||||
multipleSeparator: ' ',
|
||||
selectedTextFormat: 'count > 1',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user