Don't add a anonymous author to the attribute pool, this prevents some wired bugs
parent
92257cd0af
commit
255a1b94f2
|
@ -123,7 +123,8 @@ function appendRevision(id, theChangeset, author)
|
|||
globalPads[id].rev[newRev].meta.timestamp = new Date().getTime();
|
||||
|
||||
//ex. getNumForAuthor
|
||||
apool.putAttrib(['author',author||'']);
|
||||
if(author != '')
|
||||
apool.putAttrib(['author',author||'']);
|
||||
|
||||
if(newRev%100==0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue