mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Fix Wake Lock
This commit is contained in:
parent
b07bc669c2
commit
e02779bed4
|
|
@ -12,6 +12,8 @@ window.toastr = require("toastr");
|
|||
|
||||
window.bootbox = require("bootbox");
|
||||
|
||||
window.NoSleep = require("nosleep.js");
|
||||
|
||||
// we need to fix these to use the global jquery we included.
|
||||
var dt = require('datatables.net')(window, jquery);
|
||||
var dts = require('datatables.net-select')(window, jquery);
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@ import "sprintf-js/src/sprintf";
|
|||
import "summernote/dist/summernote-bs4";
|
||||
import "bootstrap-select";
|
||||
import "jquery-lazy";
|
||||
import "nosleep.js";
|
||||
Loading…
Reference in New Issue
Block a user