fix bug in new history module

This commit is contained in:
Sebastian Sdorra
2011-11-16 18:54:31 +01:00
parent 6d3da7ce98
commit 4152bae0c8
2 changed files with 5 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ Sonia.History = {
token += '|';
}
}
} else {
token = elements;
}
return token;
},