Remove a dubious full stop.
This commit is contained in:
parent
1e82ca403b
commit
66452785f5
|
|
@ -657,7 +657,7 @@ function filter_ui(items) {
|
|||
|
||||
if (items.length > maximum) {
|
||||
res += '<p class="filter-warning">' + selected +
|
||||
' (only showing first ' + maximum + ').</p>';
|
||||
' (only showing first ' + maximum + ')</p>';
|
||||
items.length = maximum;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue