mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
removed whitespace
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user