diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-14 20:43:58 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-14 20:43:58 +0200 |
commit | e543b0e97b5b94dc7dbbd5969284f0c330987303 (patch) | |
tree | 182d1edccfd0a156038fa032f8e8a109fcbf44ba | |
parent | 77cd28bd147d7ddcb80685585cbecd0a8c1fc251 (diff) |
Link custom mod message docs
-rw-r--r-- | settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.html b/settings.html index 3db898b..052d993 100644 --- a/settings.html +++ b/settings.html @@ -56,6 +56,10 @@ <br> <br> <h3 class="options">Custom Mod Message</h3> + <a href="https://github.com/Mango0x45/no-ad-retimer/blob/master/docs/custom_mod_messages.md" target="_blank"> + Help + </a> + <br> <textarea id="custom_mod_message" cols="40" rows="3" onchange="set_mod_message(event)"></textarea> <!-- This needs to come after the switches switch --> |