Revert "possible fix to #840", please see #867

This reverts commit 1d666bf7f0.
This commit is contained in:
Julian Lam
2014-01-24 08:48:40 -05:00
parent dc7cd95f6d
commit ef450edfea
2 changed files with 5 additions and 9 deletions

View File

@@ -366,7 +366,6 @@ define(['composer'], function(composer) {
});
}
$('.topic').on('click', '.post_reply', function() {
var selectionText = '',
selection = window.getSelection() || document.getSelection();