Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 6:
function initReady () {
if (window.initAutoCrop) {
initAutoCrop();▼
if (!window.autocrop) {
document.body.appendChild(document.createElement("div")).id = "autocrop";
autocrop.style.cssText = "position:fixed;top:25vh;width:50%;height:50vh;";
}
▲ initAutoCrop();
}
else setTimeout(initReady, 9);
|