summaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts12
1 files changed, 12 insertions, 0 deletions
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();