Forgot to build

This commit is contained in:
Zixaphir 2014-03-02 19:11:36 -07:00
parent 93a2ebbf71
commit 76f779fa25
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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