Commit ee93443f authored by edwin's avatar edwin

clean info message after click on search

parent c1648ac9
......@@ -120,6 +120,7 @@
while(container.hasChildNodes()){
container.removeChild(container.firstChild);
}
document.querySelector("#fetch-lightbox .info-message").innerHTML = "";
for(let SKU of SKUlist){
let assetlist = await fetchSKU(SKU);
......@@ -191,6 +192,7 @@
while(container.hasChildNodes()){
container.removeChild(container.firstChild);
}
document.querySelector("#fetch-lightbox .info-message").innerHTML = "";
for(let SKU of SKUlist){
let assetlist = await fetchSKU(SKU);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment