Baris Soner Usakli 12 years ago
commit 34777fa844

@ -320,6 +320,7 @@ footer.footer {
background: #56BCDA;
color: white;
padding: 30px;
word-wrap: break-word;
}
.users-box{

@ -170,6 +170,7 @@ define(['taskbar'], function(taskbar) {
socket.emit('api:composer.editCheck', post_data.pid);
} else {
titleEl.value = post_data.title;
titleEl.readOnly = false;
}
bodyEl.value = post_data.body

Loading…
Cancel
Save