|
@ -8,22 +8,29 @@ |
|
|
|
|
|
|
|
|
// ACTIONS
|
|
|
// ACTIONS
|
|
|
|
|
|
|
|
|
|
|
|
// var c = document.getElementById("err");
|
|
|
|
|
|
// var c = c.cloneNode(true);
|
|
|
|
|
|
// document.querySelector(".all").append(c);
|
|
|
|
|
|
|
|
|
|
|
|
// create function new message
|
|
|
|
|
|
|
|
|
|
|
|
// on marquee
|
|
|
|
|
|
// transform: matrix3D(-20, -200, 0, -10, 10, 1, 0, 1, 1, 0, 1, 0, 200, 1, 0, 1);
|
|
|
|
|
|
// transform: matrix(1, 2, 50, 3, 4, 1);
|
|
|
|
|
|
|
|
|
// document.getElementById("type").value = "2000"
|
|
|
// document.getElementById("type").value = "2000"
|
|
|
// click()
|
|
|
// enter()
|
|
|
|
|
|
|
|
|
// timeArray = setInterval("errorList()",6000);
|
|
|
// timeArray = setInterval("errorList()",6000);
|
|
|
// clearInterval(timeArray);
|
|
|
// clearInterval(timeArray);
|
|
|
|
|
|
|
|
|
// timeStretch = setInterval(stretching, 3000);
|
|
|
// copy into iframe
|
|
|
|
|
|
// timeStretch = setInterval(stretching, 4000);
|
|
|
// clearInterval(timeStretch);
|
|
|
// clearInterval(timeStretch);
|
|
|
|
|
|
|
|
|
// breathing()
|
|
|
// breathing()
|
|
|
// noBreathing()
|
|
|
// noBreathing()
|
|
|
|
|
|
|
|
|
// on marquee
|
|
|
|
|
|
// transform: matrix3D(-20, -200, 0, -10, 10, 1, 0, 1, 1, 0, 1, 0, 200, 1, 0, 1);
|
|
|
|
|
|
// transform: matrix(1, 2, 50, 3, 4, 1);
|
|
|
|
|
|
|
|
|
|
|
|
// newHTMLskin()
|
|
|
// newHTMLskin()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -80,7 +87,7 @@ function errorList () { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function click() { |
|
|
function enter () { |
|
|
const message = document.getElementById("result"); |
|
|
const message = document.getElementById("result"); |
|
|
message.innerHTML = ""; |
|
|
message.innerHTML = ""; |
|
|
let x = document.getElementById("type").value; |
|
|
let x = document.getElementById("type").value; |
|
@ -133,7 +140,6 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { |
|
|
alert(message); |
|
|
alert(message); |
|
|
console.log(message); |
|
|
console.log(message); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return false; |
|
|
return false; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|