forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
41a83eca7a
commit
5a2d90be58
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,7 @@ pandora.ui.documentsView = function(options, self) {
|
|||
id: data.id,
|
||||
item: pandora.user.ui.item
|
||||
}, function(result) {
|
||||
//if description is empty, fall back to global description
|
||||
// if description is empty, fall back to global description
|
||||
self.$documentsList.value(data.id, data.key, result.data.description);
|
||||
renderPreview();
|
||||
});
|
||||
|
@ -236,6 +236,7 @@ pandora.ui.documentsView = function(options, self) {
|
|||
that.reload = function() {
|
||||
self.$documentsList.reloadList();
|
||||
}
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue