mirror of https://github.com/perkeep/perkeep.git
Merge "ui: fix 437, error in container aspect when children aren't in searchSession"
This commit is contained in:
commit
9c016905a5
|
@ -334,9 +334,7 @@ cam.IndexPage = React.createClass({
|
|||
},
|
||||
|
||||
handleDetailURL_: function(blobref) {
|
||||
var m = this.searchSession_.getMeta(blobref);
|
||||
var rm = this.searchSession_.getResolvedMeta(blobref);
|
||||
return this.getDetailURL_(m.blobRef);
|
||||
return this.getDetailURL_(blobref);
|
||||
},
|
||||
|
||||
getDetailURL_: function(blobref) {
|
||||
|
|
Loading…
Reference in New Issue