disable highlightReply

This commit is contained in:
James Campos 2014-09-25 09:58:44 -07:00
parent 38a9d323fe
commit 4133a7b968

View File

@ -60,6 +60,8 @@
'}' +
'</style>')
$('.body a').click(inline)
$('.body a')
.attr('onclick', null)// disable highlightReply. so hacky
.click(inline)
})()