mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
fixing quoting that broke with the introduction of the new post window
This commit is contained in:
@@ -30,12 +30,6 @@ var socket,
|
||||
console.log(data);
|
||||
});
|
||||
|
||||
socket.on('api:posts.getRawPost', function(data) {
|
||||
var contentEl = document.getElementById('post_content');
|
||||
|
||||
contentEl.value = data.post;
|
||||
});
|
||||
|
||||
socket.on('connect', function(data){
|
||||
if(reconnecting) {
|
||||
setTimeout(function(){
|
||||
|
||||
Reference in New Issue
Block a user