equal
deleted
inserted
replaced
52 // focus the first feed item control |
52 // focus the first feed item control |
53 // (but only if we are in the main view) |
53 // (but only if we are in the main view) |
54 if (this.feedItemControls.length > 0 ) { |
54 if (this.feedItemControls.length > 0 ) { |
55 this.feedItemControls[0].setFocused(true); |
55 this.feedItemControls[0].setFocused(true); |
56 } |
56 } |
|
57 this.feedPresenter.addFooterItems(); |
57 } |
58 } |
58 uiManager.hideNotification(); |
59 uiManager.hideNotification(); |
59 } |
60 } |
60 else if (event.status != "cancelled") { |
61 else if (event.status != "cancelled") { |
61 // show error message |
62 // show error message |