1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

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)
})()