More actions
Content deleted Content added
No edit summary |
Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: //Display Discord widget $( '#discord-widget' ).html( '<iframe class="responsive-iframe" src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );" Tags: Replaced Manual revert |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
//Display Discord widget |
//Display Discord widget |
||
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' ); |
$( '#discord-widget' ).html( '<iframe class="responsive-iframe" src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' ); |
Latest revision as of 23:25, 30 May 2025
/* Any JavaScript here will be loaded for all users on every page load. */
//Display Discord widget
$( '#discord-widget' ).html( '<iframe class="responsive-iframe" src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );