Skip to content

Commit a4b3e30

Browse files
committed
Changes
1 parent e22a09b commit a4b3e30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/views/index.ejs

+16
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,22 @@
19121912
(function() { var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = '//api.usersnap.com/load/14a5209d-6d3f-4699-8832-5f709e647ba0.js';
19131913
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })();
19141914
</script>
1915+
<style type="text/css">
1916+
.rocketchat-widget{
1917+
right: 150px !important;
1918+
}
1919+
</style>
1920+
<!-- Start of Rocket.Chat Livechat Script -->
1921+
<script type="text/javascript">
1922+
(function(w, d, s, u) {
1923+
w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
1924+
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
1925+
j.async = true; j.src = 'https://chat.alexandria.io/packages/rocketchat_livechat/assets/rocketchat-livechat.min.js?_=201702160944';
1926+
h.parentNode.insertBefore(j, h);
1927+
})(window, document, 'script', 'https://chat.alexandria.io/livechat');
1928+
</script>
1929+
<!-- End of Rocket.Chat Livechat Script -->
1930+
19151931
</body>
19161932

19171933
</html>

0 commit comments

Comments
 (0)