first commit
This commit is contained in:
8
webs/uz901/web1/js/3rd/jquery.fileout.js
Normal file
8
webs/uz901/web1/js/3rd/jquery.fileout.js
Normal file
@@ -0,0 +1,8 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
var a = document.getElementById("fileoutContainer");
|
||||
var b = document.createElement("div");
|
||||
b.className = "bottom-right";
|
||||
b.innerHTML =
|
||||
'';
|
||||
a.appendChild(b);
|
||||
});
|
||||
Reference in New Issue
Block a user