mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-18 13:52:42 +09:00
Fixes bug introduced in #203
Needs to import the library when using webpack.mix.js. Will also be the case for future libraries.
This commit is contained in:
1147
public/js/app.js
vendored
1147
public/js/app.js
vendored
File diff suppressed because it is too large
Load Diff
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
@@ -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"
|
"/css/app.css": "/css/app.css?id=e405a67622368f195d1b"
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
import Huebee from 'huebee';
|
||||||
|
window.Huebee = Huebee;
|
||||||
|
|
||||||
$.when( $.ready ).then(function() {
|
$.when( $.ready ).then(function() {
|
||||||
|
|
||||||
if($('.message-container').length) {
|
if($('.message-container').length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user