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
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) {