ui: redirect to set after creation

Updates #553

Change-Id: I1b2f8e2f07cab08f30d2b30356ba02834dcdb95b
This commit is contained in:
Mario Russo 2014-12-28 09:49:51 -07:00
parent 64220e06ff
commit 936bd8a336
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ cam.IndexPage = React.createClass({
if (++numComplete == blobrefs.length) {
this.setSelection_({});
this.refreshIfNecessary_();
this.navigator_.navigate(this.getDetailURL_(permanode));
}
}.bind(this);