Skip to content

Commit

Permalink
Hotfix/livechat missing jquery (RocketChat#326)
Browse files Browse the repository at this point in the history
* jquery not available in livechat RocketChat#324

* RocketChat#324 - correcting whitespaces

* RocketChat#324 - removing incorrect slash
  • Loading branch information
ruKurz authored Apr 24, 2018
1 parent 3a77e19 commit ee27d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-livechat/livechat.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ WebApp.connectHandlers.use('/livechat', Meteor.bindEnvironment((req, res, next)
${ head }
</head>
<body>
<script type="text/javascript" src="${ baseUrl }/livechat/livechat.js?_dc=${ Autoupdate.autoupdateVersion }"></script>
<script type="text/javascript" src="${ baseUrl }livechat/livechat.js?_dc=${ Autoupdate.autoupdateVersion }"></script>
<script>
/**
* The following lines enable a more mobile-friendly styling.
Expand Down

0 comments on commit ee27d30

Please sign in to comment.