Skip to content
Snippets Groups Projects
Commit 0033957c authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

auskommentierter Code weg

parent 97ca7faf
No related branches found
No related tags found
No related merge requests found
Pipeline #396895 passed
......@@ -19,37 +19,6 @@ const wikioptions =[
]
/* function filterMultiSelection(arr: Array<Props>){
var x: string | any[] | HTMLCollectionOf<Element>, i;
x = document.getElementsByClassName("filterable");
let label = "";
arr.forEach((entry) => {
label = label + entry.label + " "
})
if (label == "all" || label =="all ") label = "";
for (i = 0; i < x.length; i++) {
let el = x[i];
w3RemoveClass(el, "show");
if (x[i].className.indexOf(label) > -1) w3AddClass(x[i], "show");
}
} */
/* function filterMultiSelection(arr: Array<Props>){
var x: string | any[] | HTMLCollectionOf<Element>, i;
x = document.getElementsByClassName("filterable");
for (i = 0; i < x.length; i++) {
let el = x[i];
w3RemoveClass(el, "show");
}
arr.forEach((entry) => {
for (i = 0; i < x.length; i++) {
console.log("Label: " + entry.value)
if (x[i].className.indexOf(entry.value) > -1) w3AddClass(x[i], "show");
}
})
} */
/* */
function filterMultiSelection(arr: Array<Props>){
let nono = document.getElementById("nono");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment