Index: app/subapps/browser/browser.js |
=== modified file 'app/subapps/browser/browser.js' |
--- app/subapps/browser/browser.js 2013-04-25 23:35:39 +0000 |
+++ app/subapps/browser/browser.js 2013-04-27 01:34:12 +0000 |
@@ -497,6 +497,17 @@ |
if (this._details) { |
this._details.destroy({remove: true}); |
} |
+ |
+ // Update the activeID on the editorial/search results. |
+ if (this._editorial) { |
+ this._editorial.set('activeID', null); |
+ } |
+ if (this._search) { |
+ this._search.set('activeID', null); |
+ } |
+ |
+ |
+ |
} |
// Sync that the state has changed. |