Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/CCAFS/ccafs-ap
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia9106 committed Oct 19, 2015
2 parents 7c53228 + 25dac8f commit acc35c0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@
(function() {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
if(production) {
s1.src = 'https://embed.tawk.to/56128da200d3af75029e5645/default';
} else {
s1.src = 'https://embed.tawk.to/5613e7282ee46dc72a5c89c5/default';
}
s1.src = 'https://embed.tawk.to/${config.production?string('56128da200d3af75029e5645','5613e7282ee46dc72a5c89c5')}/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
Expand Down

0 comments on commit acc35c0

Please sign in to comment.