From 2e19bf2ef68cd2a560f50513fbbbb42cd6c59944 Mon Sep 17 00:00:00 2001
From: Andre_601 <11576465+Andre601@users.noreply.github.com>
Date: Fri, 1 Jan 2021 14:05:32 +0100
Subject: [PATCH] Actually link to the example
---
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/custom.js b/js/custom.js
index f06bc04..0b5b61a 100644
--- a/js/custom.js
+++ b/js/custom.js
@@ -73,7 +73,7 @@ $(document).ready(function() {
} else {
$('#output').html('No text file provided.
'
+'This site is used to view .txt files that have been uploaded to Discord.
'
- +'For example, the file uploaded here: https://cdn.discordapp.com/attachments/147698382092238848/506154212124786689/example.txt
'
- +'Can be viewed here: https://txt.discord.website/?txt=147698382092238848/506154212124786689/example');
+ +'For example, the file uploaded here: https://cdn.discordapp.com/attachments/147698382092238848/506154212124786689/example.txt
'
+ +'Can be viewed here: https://txt.discord.website/?txt=147698382092238848/506154212124786689/example');
}
});