don't truncate 'all edits' text

This commit is contained in:
rolux 2014-02-09 12:37:33 +00:00
commit 0cc7e70090
2 changed files with 5 additions and 2 deletions

View file

@ -89,7 +89,6 @@ pandora.ui.allItems = function(section) {
}, function(result) {
that.update(result.data.items);
});
} else if (section == 'edits') {
} else if (section == 'texts') {
$buttons[0] = Ox.Button({
style: 'symbol',