mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
removing console log
This commit is contained in:
@@ -443,7 +443,6 @@
|
|||||||
|
|
||||||
require(['composer'], function(cmp) {
|
require(['composer'], function(cmp) {
|
||||||
cmp.push(tid);
|
cmp.push(tid);
|
||||||
console.log($('.post-window textarea'), $('#content_' + pid));
|
|
||||||
$('.post-window textarea').val('> ' + $('#content_' + pid).html() + '\n');
|
$('.post-window textarea').val('> ' + $('#content_' + pid).html() + '\n');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user