removed whitespace

v1.18.x
Baris Soner Usakli 11 years ago
parent 4c6fb72db0
commit dcebb0cc4c

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

Loading…
Cancel
Save