diff --git a/out/DIRECTORY_LISTING b/out/DIRECTORY_LISTING index ba8ad8f..f63120f 100644 --- a/out/DIRECTORY_LISTING +++ b/out/DIRECTORY_LISTING @@ -17,14 +17,14 @@
-

Directory Listing for /

📁.. (Previous Directory)
📁articles 2022-07-27T20:27:59.111016Z gitpod 4096
-
🗎codeBackground 2022-07-27T20:27:59.039016Z gitpod 6105
-
📁images 2022-07-27T20:27:59.107016Z gitpod 58
-
🗎otherpage.html 2022-07-27T20:27:59.043016Z gitpod 4409
-
🗎reset.css 2022-07-27T20:27:59.047016Z gitpod 4552
-
🗎sig.css 2022-07-27T20:27:59.055016Z gitpod 12535
-
🗎testfile.html 2022-07-27T20:27:59.067016Z gitpod 4270
-
🗎uploadform.html 2022-07-27T20:27:59.067016Z gitpod 4354
+

Directory Listing for /

📁.. (Previous Directory)
📁articles 2022-07-28T18:33:07.36118Z gitpod 4096
+
🗎codeBackground 2022-07-28T18:33:07.30118Z gitpod 8812
+
📁images 2022-07-28T18:33:07.35718Z gitpod 58
+
🗎otherpage.html 2022-07-28T18:33:07.30118Z gitpod 7116
+
🗎reset.css 2022-07-28T18:33:07.30518Z gitpod 7259
+
🗎sig.css 2022-07-28T18:33:07.30918Z gitpod 15463
+
🗎testfile.html 2022-07-28T18:33:07.32118Z gitpod 6977
+
🗎uploadform.html 2022-07-28T18:33:07.32118Z gitpod 7061
diff --git a/out/articles/DIRECTORY_LISTING b/out/articles/DIRECTORY_LISTING index 86cebdc..2d82a03 100644 --- a/out/articles/DIRECTORY_LISTING +++ b/out/articles/DIRECTORY_LISTING @@ -17,13 +17,13 @@
-

Directory Listing for /articles/

📁.. (Previous Directory)
🗎Love Live! Custom Arcade Controller.article 2022-07-27T20:27:58.631017Z gitpod 4009
-
🗎curabitur vel tempus ex.article 2022-07-27T20:27:58.655017Z gitpod 4218
-
🗎sigplace1.article 2022-07-27T20:27:59.031016Z gitpod 84318
-
📁test articles 2022-07-27T20:27:59.095016Z gitpod 147
-
🗎Love Live! Custom Arcade Controller.article.html 2022-07-27T20:27:59.071016Z gitpod 4726
-
🗎curabitur vel tempus ex.article.html 2022-07-27T20:27:59.083016Z gitpod 4935
-
🗎sigplace1.article.html 2022-07-27T20:27:59.091016Z gitpod 85035
+

Directory Listing for /articles/

📁.. (Previous Directory)
🗎Love Live! Custom Arcade Controller.article 2022-07-28T18:33:06.88518Z gitpod 6716
+
🗎curabitur vel tempus ex.article 2022-07-28T18:33:06.90918Z gitpod 6925
+
🗎sigplace1.article 2022-07-28T18:33:07.29318Z gitpod 87025
+
📁test articles 2022-07-28T18:33:07.34918Z gitpod 147
+
🗎Love Live! Custom Arcade Controller.article.html 2022-07-28T18:33:07.32518Z gitpod 7433
+
🗎curabitur vel tempus ex.article.html 2022-07-28T18:33:07.33318Z gitpod 7642
+
🗎sigplace1.article.html 2022-07-28T18:33:07.34118Z gitpod 87742
diff --git a/out/articles/Love Live! Custom Arcade Controller.article b/out/articles/Love Live! Custom Arcade Controller.article index 206ab10..d40b066 100644 --- a/out/articles/Love Live! Custom Arcade Controller.article +++ b/out/articles/Love Live! Custom Arcade Controller.article @@ -29,6 +29,22 @@ For over a year since I first got into Love Live! School Idol Festival ~after fetchComments() }) } + function insert(c1,c2) { + if (document.getElementById("msg").selectionStart==document.getElementById("msg").selectionEnd) { + //No highlighting. Insert here. + if (c2!=undefined) { + document.getElementById("msg").value=document.getElementById("msg").value.substring(0,document.getElementById("msg").selectionStart)+c1+c2+document.getElementById("msg").value.substring(document.getElementById("msg").selectionStart) + } else { + document.getElementById("msg").value=document.getElementById("msg").value.substring(0,document.getElementById("msg").selectionStart)+c1+document.getElementById("msg").value.substring(document.getElementById("msg").selectionStart) + } + } else { + if (c2!=undefined) { + document.getElementById("msg").value=document.getElementById("msg").value.substring(0,document.getElementById("msg").selectionStart)+c1+document.getElementById("msg").value.substring(document.getElementById("msg").selectionStart,document.getElementById("msg").selectionEnd)+c2+document.getElementById("msg").value.substring(document.getElementById("msg").selectionEnd) + } else { + document.getElementById("msg").value=document.getElementById("msg").value.substring(0,document.getElementById("msg").selectionStart)+c1+document.getElementById("msg").value.substring(document.getElementById("msg").selectionStart) + } + } + }
Leave a comment!

@@ -42,7 +58,22 @@ For over a year since I first got into Love Live! School Idol Festival ~after

-

+ +
+
+  B  +  I  +  U  +  <code>  +  <http://>  +  😊  +  😔  +  👍  +  ❤️  +  😡  +
+ +