fix clearing tag selection on IE
This commit is contained in:
parent
3a8891979a
commit
84d24471b2
@ -7,7 +7,8 @@
|
||||
tr[i].style.display = "table-row";
|
||||
}
|
||||
|
||||
document.querySelector(".tag-filter-warn").remove();
|
||||
var warn = document.querySelector(".tag-filter-warn");
|
||||
warn.parentNode.removeChild(warn);
|
||||
};
|
||||
|
||||
var show_tag = function(tag) {
|
||||
|
Reference in New Issue
Block a user