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

Merge pull request #3870 from tgxworld/fix_quote_reply

FIX: 'q' keyboard shortcut not working.
This commit is contained in:
Régis Hanol 2015-10-24 22:33:56 +02:00
commit d49ea33465

View file

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