Merge pull request #208 from MindTooth/fix_huebee

Fixes bug introduced in #203
This commit is contained in:
KodeStar 2018-06-16 12:06:04 +01:00 committed by GitHub
commit 9195eead27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1154 additions and 24 deletions

1173
public/js/app.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=d7ae290137b7fd06f300",
"/js/app.js": "/js/app.js?id=58b8bcf2d5c2eee74c51",
"/css/app.css": "/css/app.css?id=e405a67622368f195d1b"
}

View file

@ -1,3 +1,6 @@
import Huebee from 'huebee';
window.Huebee = Huebee;
$.when( $.ready ).then(function() {
if($('.message-container').length) {