diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 01:00:37 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 01:00:37 +0200 |
| commit | b896880f0a1d08f1e46f69676bab95af6ec44b50 (patch) | |
| tree | 09a19e3f1c05845e6e88f17f5b824b8656ca1828 /src/index.ts | |
| download | IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.gz IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.zst IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.zip | |
Initial commit
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 12 |
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(); |
