| 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_);
|
| }
|
|
|