From c9a76c55439993c0ce31e70694bc7c061f352afb Mon Sep 17 00:00:00 2001 From: Simon Ugorji Date: Tue, 29 Nov 2022 15:39:21 +0100 Subject: [PATCH] updated demo file --- demo.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/demo.html b/demo.html index e7f57c1..dc4bcd9 100644 --- a/demo.html +++ b/demo.html @@ -644,12 +644,4 @@

VISIT OUR DOCS

// After 3 seconds, remove the show class from DIV setTimeout(function () { p.classList.remove("show"); }, 3000); } - - - \ No newline at end of file + \ No newline at end of file