fixing quoting that broke with the introduction of the new post window

This commit is contained in:
Julian Lam
2013-06-06 15:56:44 -04:00
parent a09cfd9304
commit 7e55e7b3d2
4 changed files with 18 additions and 15 deletions

View File

@@ -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(){