diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 2502412e01..59e4f01fc6 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -507,8 +507,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) { // without the setTimeout can't select the text in the input setTimeout(function() { $('#post_' + pid + '_link').putCursorAtEnd().select(); - - }, 50); });