From b7e9007ad445d9da30059bac1ea782fbfdc42d62 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 6 Oct 2014 18:42:07 -0700 Subject: [PATCH] This makes the options appear at the bottom for some reason --- js/inline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/inline.js b/js/inline.js index c1aed4dd..e3dcc988 100644 --- a/js/inline.js +++ b/js/inline.js @@ -1,4 +1,4 @@ -onready(function() { +$(document).ready(function() { var App = { cache: {}, get: function(url, cb) { @@ -142,4 +142,4 @@ onready(function() { .attr('onclick', null)// XXX disable highlightReply .click(inline) } -}) +});