disable highlightReply

This commit is contained in:
James Campos 2014-09-25 09:58:44 -07:00 committed by czaks
parent 970ff0d619
commit 91ab8eeae6

View File

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