Browse Source

disable highlightReply

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
91ab8eeae6
  1. 4
      js/inline.js

4
js/inline.js

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

Loading…
Cancel
Save