Skip to content
Snippets Groups Projects
Commit 838594bf authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Merge branch 'livechat-migration-to-ecma-2015'

parents 064d54d9 a8040a38
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,7 @@ WebApp.connectHandlers.use('/livechat/', (req, res, next) => {
<head>
<link rel="stylesheet" type="text/css" class="__meteor-css__" href="/packages/rocketchat_livechat/public/livechat.css?_dc=${Autoupdate.autoupdateVersion}">
<script type="text/javascript">
__meteor_runtime_config__ = {
"meteorRelease": "METEOR@1.1.0.2",
"ROOT_URL": "${Meteor.absoluteUrl()}",
"ROOT_URL_PATH_PREFIX": "",
"autoupdateVersion": "${Autoupdate.autoupdateVersion}",
"autoupdateVersionRefreshable": "${Autoupdate.autoupdateVersionRefreshable}",
"autoupdateVersionCordova": "${Autoupdate.autoupdateVersionCordova}"
};
__meteor_runtime_config__ = ${JSON.stringify(__meteor_runtime_config__)};
</script>
<script type="text/javascript" src="/packages/rocketchat_livechat/public/livechat.js?_dc=${Autoupdate.autoupdateVersion}"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment