diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 75fdd5717..f151c5600 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -5843,7 +5843,7 @@ return $.addClass(doc, 'hide-original-post-form'); }); } - $.ready(this.initReady); + $.on('4chanXInitFinished', this.initReady); return Post.callbacks.push({ name: 'Quick Reply', cb: this.node diff --git a/builds/crx/script.js b/builds/crx/script.js index 690566638..70a6fd72c 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -5895,7 +5895,7 @@ return $.addClass(doc, 'hide-original-post-form'); }); } - $.ready(this.initReady); + $.on('4chanXInitFinished', this.initReady); return Post.callbacks.push({ name: 'Quick Reply', cb: this.node