mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
fix
This commit is contained in:
parent
6742c45c20
commit
0a2480a5ad
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ $('button[id=addRole]').click((e) => {
|
|||
}).catch(swal.noop)
|
||||
})
|
||||
|
||||
$('pre[id=json].copy').click((e) => {
|
||||
$('pre[id=jsonPre].copy').click((e) => {
|
||||
navigator.clipboard.writeText(e?.currentTarget?.textContent || e.textContent);
|
||||
|
||||
Swal.fire({
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</form>
|
||||
<button id='addRole'>Add Role</button>
|
||||
|
||||
<pre class='hljs language-json copy' id='json'><code id='json' class="code"></code></pre>
|
||||
<pre class='hljs language-json copy' id='jsonPre'><code id='json' class="code"></code></pre>
|
||||
Put json from ^ to /setup
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue