Update DiscordPreview.js
This commit is contained in:
parent
9f2e7bcb82
commit
4eb1aad87f
|
@ -1,3 +1,5 @@
|
|||
window.global = window;
|
||||
|
||||
window.onload = function () {
|
||||
window.parent.postMessage({origin:"DiscordPreview",reason:"OnLoad"},"*");
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue