2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: 'q' keyboard shortcut not working.

This commit is contained in:
Guo Xiang Tan 2015-10-24 23:57:55 +08:00
parent 2b64ccb98c
commit 25161eef39

View file

@ -99,7 +99,7 @@ export default {
$('.topic-post.selected button.create').click(); $('.topic-post.selected button.create').click();
// lazy but should work for now // lazy but should work for now
setTimeout(function() { setTimeout(function() {
$('#wmd-quote-post').click(); $('.wmd-quote-post').click();
}, 500); }, 500);
}, },