diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-14 19:52:38 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-14 19:52:38 +0200 |
commit | 94ac64a92e9d43b7bf20fccca9329b16cb931097 (patch) | |
tree | 9a5ed50cea1191973b6726dc94b8d622055ea6cd /settings.html | |
parent | 1a0421474fbc878a9dfc7453f73eed9eef200163 (diff) |
Add undocumented custom mod messages
Diffstat (limited to 'settings.html')
-rw-r--r-- | settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.html b/settings.html index c4eaced..3db898b 100644 --- a/settings.html +++ b/settings.html @@ -53,6 +53,10 @@ <input type="checkbox" id="page_text" onclick="remove_text()"> <span class="slider" id="slider"></span> </label> + <br> + <br> + <h3 class="options">Custom Mod Message</h3> + <textarea id="custom_mod_message" cols="40" rows="3" onchange="set_mod_message(event)"></textarea> <!-- This needs to come after the switches switch --> <script src="settings.js"></script> |