diff --git a/server/perkeepd/ui/index.js b/server/perkeepd/ui/index.js index 479c77a9c..2eca229ac 100644 --- a/server/perkeepd/ui/index.js +++ b/server/perkeepd/ui/index.js @@ -241,10 +241,10 @@ cam.IndexPage = React.createClass({ var generalAspects = [ this.getSearchAspect_.bind(null, specificAspects), + cam.PermanodeDetail.getAspect.bind(null, this.props.serverConnection, this.props.timer, this.toggleKeyNavigation_), cam.MapAspect.getAspect.bind(null, this.props.config, this.props.availWidth, this.props.availHeight - this.HEADER_HEIGHT_, this.updateSearchBarOnMap_, this.setPendingQuery_, this.childSearchSession_), - cam.PermanodeDetail.getAspect.bind(null, this.props.serverConnection, this.props.timer, this.toggleKeyNavigation_), cam.BlobDetail.getAspect.bind(null, this.getDetailURL_, this.props.serverConnection), ].map(getAspect).filter(goog.functions.identity);