Skip to content

Commit

Permalink
custom messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorilisoi committed Jul 24, 2015
1 parent 91580bf commit 52cbb1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node/handler/PadMessageHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ exports.handleMessage = function (client, message)
handleChatMessage(client, message);
}
else if (message.data.type == "CLIENT_BROADCAST") {
messageLogger.warn(message);
// messageLogger.warn(message);
handleClientBroadcastMessage(client, message);
}
else if (message.data.type == "GET_CHAT_MESSAGES") {
Expand Down
2 changes: 1 addition & 1 deletion src/static/css/iframe_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ body.doesWrap:not(.noprewrap) > div{
white-space: pre-wrap;
}

#innerdocbody {
#innerdocbody, .innerdocbody {
padding-top: 1px; /* important for some reason? */
padding-right: 10px;
padding-bottom: 8px;
Expand Down
1 change: 1 addition & 0 deletions src/static/js/ace2_inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ function Ace2Inner() {
} else {
anchorStyle.color = null;
}

}
}
}
Expand Down

0 comments on commit 52cbb1e

Please sign in to comment.