mirror of
https://github.com/dyzulk/cdn.git
synced 2026-01-26 13:31:58 +07:00
Delete errorpage001.js
This commit is contained in:
committed by
GitHub
parent
03a5f5cb86
commit
b8f51be684
@@ -1,9 +0,0 @@
|
||||
var showText = function (target, message, index, interval) {
|
||||
if (index < message.length) {
|
||||
$(target).append(message[index++]);
|
||||
setTimeout(function () { showText(target, message, index, interval); }, interval);
|
||||
}
|
||||
}
|
||||
$(function () {
|
||||
showText("h1", "I am error 404.", 0, 80);
|
||||
});
|
||||
Reference in New Issue
Block a user