Update DiscordPreview.js

This commit is contained in:
Mirco Wittrien 2019-04-07 19:36:46 +02:00
parent 9f2e7bcb82
commit 4eb1aad87f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
window.global = window;
window.onload = function () {
window.parent.postMessage({origin:"DiscordPreview",reason:"OnLoad"},"*");
};