parent
5ab11f69f6
commit
173c22b90a
10 changed files with 134 additions and 13 deletions
|
@ -75,13 +75,24 @@
|
|||
document.getElementById('updateRequestUrl').innerText,
|
||||
document.getElementById('scoreModifierInput').value)">Submit</button>
|
||||
<br>
|
||||
<span id="scoreModifierHelp">
|
||||
<span id="scoreModifierHelp" class="helptext">
|
||||
Enter a number to add to (or negative to subtract from) the score of
|
||||
a request. Use this for things like donations and channel points
|
||||
redemptions.
|
||||
</span>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<a id="updateMetadataLink" href="#" onclick="updateRequestMetadata(
|
||||
document.getElementById('updateRequestUrl').innerText
|
||||
)">Update Request Metadata</a>
|
||||
<br>
|
||||
<span id="updateMetadataHelp" class="helptext">
|
||||
Use this to update metadata about a request (i.e. title) if it
|
||||
is missing (shows URL instead of name) or is outdated.
|
||||
</span>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<a id="deleteRequestLink" href="#" onclick="openDeleteRequestModal(
|
||||
document.getElementById('updateRequestUrl').innerText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue