Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(283)

Unified Diff: app/subapps/browser/browser.js

Issue 8651046: Add failing provider notice and fix #1173333
Patch Set: Add failing provider notice and fix #1173333 Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/models/charm.js ('k') | app/subapps/browser/templates/browser_charm.handlebars » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « app/models/charm.js ('k') | app/subapps/browser/templates/browser_charm.handlebars » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b