Skip to content

Commit

Permalink
[#1241] Fix chatplugin ui path collision. Follow up fix. (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatix committed Mar 15, 2021
1 parent ac6ae05 commit 4c60f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/chat-plugin/example.html
Expand Up @@ -41,7 +41,7 @@
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s);
j.async = true;
j.src = '//' + w[n].host + '/chatplugin/s.js';
j.src = '//' + w[n].host + '/chatplugin/ui/s.js';
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'airy');
</script>
Expand Down

0 comments on commit 4c60f52

Please sign in to comment.