diff options
-rw-r--r-- | public/js/script.js | 2 | ||||
-rw-r--r-- | themes/coming-soon/static/js/script.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/js/script.js b/public/js/script.js index 9d06633..3fcb23c 100644 --- a/public/js/script.js +++ b/public/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); 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); |