add BuildTest keybind

This commit is contained in:
ccd0 2014-06-27 21:56:24 -07:00
parent 20006af4fe
commit 9a7f8548a1

View File

@ -161,6 +161,11 @@ Keybinds =
when Conf['Next Post Quoting You']
return if g.VIEW is 'catalog'
QuoteYou.cb.seek 'following'
<% if (tests_enabled) { %>
when 't'
return if g.VIEW is 'catalog'
BuildTest.testAll()
<% } %>
else
return
e.preventDefault()