Update 'digitalselves-scripts.js'
This commit is contained in:
parent
c7e9f053f9
commit
11c877d3bd
@ -8,22 +8,29 @@
|
|||||||
|
|
||||||
// ACTIONS
|
// ACTIONS
|
||||||
|
|
||||||
// document.getElementById("type").value = "2000"
|
// var c = document.getElementById("err");
|
||||||
// click()
|
// var c = c.cloneNode(true);
|
||||||
|
// document.querySelector(".all").append(c);
|
||||||
|
|
||||||
// timeArray = setInterval("errorList()",6000);
|
// create function new message
|
||||||
// clearInterval(timeArray);
|
|
||||||
|
|
||||||
// timeStretch = setInterval(stretching, 3000);
|
|
||||||
// clearInterval(timeStretch);
|
|
||||||
|
|
||||||
// breathing()
|
|
||||||
// noBreathing()
|
|
||||||
|
|
||||||
// on marquee
|
// on marquee
|
||||||
// transform: matrix3D(-20, -200, 0, -10, 10, 1, 0, 1, 1, 0, 1, 0, 200, 1, 0, 1);
|
// 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);
|
// transform: matrix(1, 2, 50, 3, 4, 1);
|
||||||
|
|
||||||
|
// document.getElementById("type").value = "2000"
|
||||||
|
// enter()
|
||||||
|
|
||||||
|
// timeArray = setInterval("errorList()",6000);
|
||||||
|
// clearInterval(timeArray);
|
||||||
|
|
||||||
|
// copy into iframe
|
||||||
|
// timeStretch = setInterval(stretching, 4000);
|
||||||
|
// clearInterval(timeStretch);
|
||||||
|
|
||||||
|
// breathing()
|
||||||
|
// noBreathing()
|
||||||
|
|
||||||
// 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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user