mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
weird styling
This commit is contained in:
parent
57a9ccbb88
commit
5855e3d5bf
1 changed files with 1 additions and 2 deletions
|
@ -162,8 +162,7 @@ exports.handleMessage = function(client, message)
|
|||
});
|
||||
|
||||
// If no plugins explicitly told us to drop the message, its ok to proceed
|
||||
if(!dropMessage){
|
||||
callback() };
|
||||
if(!dropMessage){ callback() };
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue