mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
warn added
This commit is contained in:
parent
602675ccb4
commit
0b716cfa19
@ -14,8 +14,7 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
|
|||||||
element.setAttribute(k, elementAttributes[k]);
|
element.setAttribute(k, elementAttributes[k]);
|
||||||
}
|
}
|
||||||
catch(e){
|
catch(e){
|
||||||
console.log(e.message);
|
console.warn(e.message);
|
||||||
console.log(elementAttributes);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user