1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00
This commit is contained in:
Cevo 2015-10-09 11:13:28 +02:00
parent 1d94285346
commit d1471d1ec9

View File

@ -23,7 +23,6 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
head.removeChild(oldElement);
}
head.appendChild(element);
return this;
}
// Accepts a dictionary of dictionaries which comprises a part or all of html head part