diff options
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> |