Update 'digitalselves-scripts.js'
This commit is contained in:
parent
c7e9f053f9
commit
11c877d3bd
@ -8,22 +8,29 @@
|
||||
|
||||
// ACTIONS
|
||||
|
||||
// document.getElementById("type").value = "2000"
|
||||
// click()
|
||||
// var c = document.getElementById("err");
|
||||
// var c = c.cloneNode(true);
|
||||
// document.querySelector(".all").append(c);
|
||||
|
||||
// timeArray = setInterval("errorList()",6000);
|
||||
// clearInterval(timeArray);
|
||||
|
||||
// timeStretch = setInterval(stretching, 3000);
|
||||
// clearInterval(timeStretch);
|
||||
|
||||
// breathing()
|
||||
// noBreathing()
|
||||
// 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"
|
||||
// enter()
|
||||
|
||||
// timeArray = setInterval("errorList()",6000);
|
||||
// clearInterval(timeArray);
|
||||
|
||||
// copy into iframe
|
||||
// timeStretch = setInterval(stretching, 4000);
|
||||
// clearInterval(timeStretch);
|
||||
|
||||
// breathing()
|
||||
// noBreathing()
|
||||
|
||||
// newHTMLskin()
|
||||
|
||||
|
||||
@ -80,7 +87,7 @@ function errorList () {
|
||||
|
||||
|
||||
|
||||
function click() {
|
||||
function enter () {
|
||||
const message = document.getElementById("result");
|
||||
message.innerHTML = "";
|
||||
let x = document.getElementById("type").value;
|
||||
@ -133,7 +140,6 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
|
||||
alert(message);
|
||||
console.log(message);
|
||||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user