mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 19:47:49 +01:00
Fixed adding filter jumping to top of the page
This commit is contained in:
parent
f24abe797e
commit
6c13691a52
@ -224,7 +224,7 @@ function createFilter(filter, id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function createFilterSelector(parent, index, filter) {
|
function createFilterSelector(parent, index, filter) {
|
||||||
return `<a class="dropdown-item" href="#" onclick="addFilter('${parent}', ${index})">${filter.kind}</a>`;
|
return `<a class="dropdown-item" href="javascript:void(0)" onclick="addFilter('${parent}', ${index})">${filter.kind}</a>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isValidDate(value) {
|
function isValidDate(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user