diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:22:32 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:22:32 +0530 |
commit | 33fcf4f9a687e2203e181ddbfd3d182d915dfa25 (patch) | |
tree | 0e7a0e76123b4c9a7ed786bb0c1ae043225019dd /themes | |
parent | be89d63a7f805204762170d99f93ebac3fb64569 (diff) | |
download | blacklist-33fcf4f9a687e2203e181ddbfd3d182d915dfa25.tar.gz blacklist-33fcf4f9a687e2203e181ddbfd3d182d915dfa25.tar.bz2 blacklist-33fcf4f9a687e2203e181ddbfd3d182d915dfa25.zip |
update
Diffstat (limited to 'themes')
-rw-r--r-- | themes/coming-soon/static/js/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/coming-soon/static/js/script.js b/themes/coming-soon/static/js/script.js index 9d06633..3fcb23c 100644 --- a/themes/coming-soon/static/js/script.js +++ b/themes/coming-soon/static/js/script.js @@ -28,4 +28,4 @@ var x = setInterval(function() { clearInterval(x); document.getElementById("demo").innerHTML = "EXPIRED"; } -}, 1000);
\ No newline at end of file +}, 1000); |