Commit d5eac382 authored by jamiewalch's avatar jamiewalch Committed by Commit bot

Fix Hangouts link for apps v2.

BUG=452230

Review URL: https://codereview.chromium.org/883123002

Cr-Commit-Position: refs/heads/master@{#313649}
parent 5626a96f
...@@ -95,7 +95,8 @@ remoting.ButterBar.prototype.onStateLoaded_ = ...@@ -95,7 +95,8 @@ remoting.ButterBar.prototype.onStateLoaded_ =
} else if (showHangouts) { } else if (showHangouts) {
this.show_(/*i18n-content*/'HANGOUTS_INVITATION', this.show_(/*i18n-content*/'HANGOUTS_INVITATION',
['<a id="hangouts-accept" ' + ['<a id="hangouts-accept" ' +
'href="https://plus.google.com/hangouts/_?gid=818572447316">', 'href="https://plus.google.com/hangouts/_?gid=818572447316" ' +
'target="_blank">',
'</a>'], '</a>'],
remoting.ButterBar.kHangoutsStorageKey_); remoting.ButterBar.kHangoutsStorageKey_);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment