From 76f779fa25e420fda500e691ca59dddf10cd94e6 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 2 Mar 2014 19:11:36 -0700 Subject: [PATCH] Forgot to build --- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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