test add link
This commit is contained in:
parent
5ff208c9e0
commit
1d14420f05
|
@ -7,6 +7,6 @@ window.onload = function() {
|
|||
obox.style.right = "20px";
|
||||
obox.style.bottom = "100px";
|
||||
|
||||
var sbox = document.getElementsByClassName("page-inner")[0];
|
||||
var sbox = document.getElementsByTagName("body")[0];
|
||||
sbox.appendChild(obox);
|
||||
}
|
Loading…
Reference in New Issue