Skip to content

Commit

Permalink
Merge pull request #686 from alphagov/update-webchat-url
Browse files Browse the repository at this point in the history
Update webchat URL to point at HMRC
  • Loading branch information
tombooth committed Dec 2, 2015
2 parents a47f079 + f2e02b6 commit 065e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/webchat-iframe.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

function loadIFrame(pageURL, pageTitle) {
var src = 'https://mcb.kcom.com/system/Offers.egain?command=GetRulesJS&egofferpageurl=' + pageURL + '&egofferpagetitle=' + pageTitle + '&egofferpatternchecksum=';
var src = 'https://online.hmrc.gov.uk/webchat/Offers.egain?command=GetRulesJS&egofferpageurl=' + pageURL + '&egofferpagetitle=' + pageTitle + '&egofferpatternchecksum=';

var script = $('<script/>');
script.on('load', function(){
Expand Down

0 comments on commit 065e819

Please sign in to comment.