removed whitespace

This commit is contained in:
Baris Soner Usakli
2014-02-12 10:43:32 -05:00
parent 4c6fb72db0
commit dcebb0cc4c

View File

@@ -507,8 +507,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
// without the setTimeout can't select the text in the input // without the setTimeout can't select the text in the input
setTimeout(function() { setTimeout(function() {
$('#post_' + pid + '_link').putCursorAtEnd().select(); $('#post_' + pid + '_link').putCursorAtEnd().select();
}, 50); }, 50);
}); });