mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 13:12:42 +01:00
Minor fixes
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
if(vw.childNodes.length == 0) {
|
||||
vw.appendChild(htmlElement);
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
vw.insertBefore(htmlElement, vw.childNodes[0]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user