This makes the options appear at the bottom for some reason
This commit is contained in:
parent
894faf989c
commit
b7e9007ad4
@ -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…
Reference in New Issue
Block a user