Browse Source

Merge pull request #208 from MindTooth/fix_huebee

Fixes bug introduced in #203
pull/213/head
KodeStar 6 years ago
committed by GitHub
parent
commit
9195eead27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1173
      public/js/app.js
  2. 2
      public/mix-manifest.json
  3. 3
      resources/assets/js/app.js

1173
public/js/app.js

File diff suppressed because it is too large

2
public/mix-manifest.json

@ -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"
}

3
resources/assets/js/app.js

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

Loading…
Cancel
Save