This makes the options appear at the bottom for some reason

This commit is contained in:
8chan
2014-10-06 18:42:07 -07:00
committed by czaks
parent 894faf989c
commit b7e9007ad4

View File

@@ -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)
}
})
});