diff options
author | Minteck <contact@minteck.org> | 2022-01-29 11:24:15 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-29 11:24:15 +0100 |
commit | 6e9edfbd9384aaae3fd83a9b011e8f2f2f4973e2 (patch) | |
tree | bbcb2f84c3efdec5304546fdf8eea79045fe106c /htdocs/public/TODO/index.ejs | |
parent | 8f47fd78cb2c0f8deb3ea02ea2b5324ea71c664b (diff) | |
download | rainbow-6e9edfbd9384aaae3fd83a9b011e8f2f2f4973e2.tar.gz rainbow-6e9edfbd9384aaae3fd83a9b011e8f2f2f4973e2.tar.bz2 rainbow-6e9edfbd9384aaae3fd83a9b011e8f2f2f4973e2.zip |
Fix scrolling not working on Safari
Diffstat (limited to 'htdocs/public/TODO/index.ejs')
-rw-r--r-- | htdocs/public/TODO/index.ejs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htdocs/public/TODO/index.ejs b/htdocs/public/TODO/index.ejs deleted file mode 100644 index 7b5edd2..0000000 --- a/htdocs/public/TODO/index.ejs +++ /dev/null @@ -1 +0,0 @@ -<% res.writeHead(200, { "Content-Type": "text/plain" }); %><%- fs.readFileSync(serverRoot + "/TODO"); %>
\ No newline at end of file |