Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonsRule10 authored Oct 20, 2023
1 parent 6411551 commit f259975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wardenperm.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
<p>This document will show the following roles for each Warden Role, ex: [*], [**], etc.</p>
</div>
<div>
<button onclick="myFunction('[*]')" class="w3-button w3-block w3-left-align">[*]</button>
<button onclick="myFunction('[*]')" class="w3-button w3-block w3-center">Role: [*]</button>

<div id="[*]" class="w3-container w3-hide">
<p>This is the lowest permision you can give a user for Warden.</p>
</div>
<button onclick="myFunction('[**]')" class="w3-button w3-block w3-left-align">[*]</button>
<button onclick="myFunction('[**]')" class="w3-button w3-block w3-center">Role: [**]</button>

<div id="[**]" class="w3-container w3-hide">
<p>This is a permision you can give to your Sr. Moderator's.</p>
</div>
<button onclick="myFunction('[***]')" class="w3-button w3-block w3-left-align">[*]</button>
<button onclick="myFunction('[***]')" class="w3-button w3-block w3-center">Role: [***]</button>

<div id="[***]" class="w3-container w3-hide">
<p>This is a permision you can give to your Administrator's</p>
</div>

<button onclick="myFunction('[SENIOR STAFF]')" class="w3-button w3-block w3-left-align">[*]</button>
<button onclick="myFunction('[SENIOR STAFF]')" class="w3-button w3-block w3-center">Role: [SENIOR STAFF]</button>

<div id="[SENIOR STAFF]" class="w3-container w3-hide">
<p>This is the highest permision you can give a user for Warden. <strong>Be carful giving this permision to anyone.</strong></p>
Expand Down

0 comments on commit f259975

Please sign in to comment.