Browse Source

This makes the options appear at the bottom for some reason

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
b7e9007ad4
  1. 4
      js/inline.js

4
js/inline.js

@ -1,4 +1,4 @@
onready(function() { $(document).ready(function() {
var App = { var App = {
cache: {}, cache: {},
get: function(url, cb) { get: function(url, cb) {
@ -142,4 +142,4 @@ onready(function() {
.attr('onclick', null)// XXX disable highlightReply .attr('onclick', null)// XXX disable highlightReply
.click(inline) .click(inline)
} }
}) });

Loading…
Cancel
Save