mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Some fixes to the contributor API methods
Mostly these are coding style adjustments
This commit is contained in:
parent
6f9d7a5db7
commit
93b50d4a29
2 changed files with 4 additions and 7 deletions
|
@ -84,7 +84,7 @@ Pad.prototype.appendRevision = function appendRevision(aChangeset, author) {
|
|||
this.saveToDatabase();
|
||||
|
||||
// set the author to pad
|
||||
if(author != '')
|
||||
if(author)
|
||||
authorManager.addPad(author, this.id);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue