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

use correct settings for livechat app

parent ebf6fbdb
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