From dcebb0cc4c2dcc746ace4958b768ffb17d48b4c2 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Wed, 12 Feb 2014 10:43:32 -0500 Subject: [PATCH] removed whitespace --- public/src/forum/topic.js | 2 -- 1 file changed, 2 deletions(-) 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); });