use onready in post-menu.js

This commit is contained in:
8chan 2015-02-28 05:09:37 -08:00 committed by czaks
parent af91ddf637
commit b469855126

View File

@ -26,7 +26,7 @@
* $config['additional_javascript'][] = 'js/jquery.min.js';
* $config['additional_javascript'][] = 'js/post-menu.js';
*/
(function () {
onready(function () {
var List = function (menuId, text) {
this.id = menuId;
@ -206,4 +206,4 @@ $(document).on('new_post', function (e, post) {
});
window.Menu = Menu;
})();
});