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
1 changed files with 1 additions and 1 deletions

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);
}, },