From b896880f0a1d08f1e46f69676bab95af6ec44b50 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Mon, 24 May 2021 01:00:37 +0200 Subject: Initial commit --- src/index.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..61abe7d --- /dev/null +++ b/src/index.ts @@ -0,0 +1,12 @@ +// import moduleFunction from "Modules/dummy"; + +// const userName = prompt("Gimme your name:"); +// if (userName === null) { +// document.body.innerHTML = 'You should give me your name'; +// } else { +// document.body.innerHTML = userName; +// } +//@ts-ignore +$("#chatlist").tinyscrollbar(); +//@ts-ignore +$("#emot").emoticonize(); -- cgit v1.3.1