Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: remoting/webapp/crd/js/butter_bar.js

Issue 883123002: Fix Hangouts link for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/butter_bar.js
diff --git a/remoting/webapp/crd/js/butter_bar.js b/remoting/webapp/crd/js/butter_bar.js
index 2aa186a8ea903da4cb4645d75d0b57d008c9fc48..3334c7f975066e28a78b3e1e543cc6a75bef20e7 100644
--- a/remoting/webapp/crd/js/butter_bar.js
+++ b/remoting/webapp/crd/js/butter_bar.js
@@ -95,7 +95,8 @@ remoting.ButterBar.prototype.onStateLoaded_ =
} else if (showHangouts) {
this.show_(/*i18n-content*/'HANGOUTS_INVITATION',
['<a id="hangouts-accept" ' +
- 'href="https://plus.google.com/hangouts/_?gid=818572447316">',
+ 'href="https://plus.google.com/hangouts/_?gid=818572447316" ' +
+ 'target="_blank">',
'</a>'],
remoting.ButterBar.kHangoutsStorageKey_);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698