Fix Wake Lock

This commit is contained in:
Katharina Bogad 2021-06-26 00:02:07 +02:00
parent b07bc669c2
commit e02779bed4
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@ window.toastr = require("toastr");
window.bootbox = require("bootbox"); window.bootbox = require("bootbox");
window.NoSleep = require("nosleep.js");
// we need to fix these to use the global jquery we included. // we need to fix these to use the global jquery we included.
var dt = require('datatables.net')(window, jquery); var dt = require('datatables.net')(window, jquery);
var dts = require('datatables.net-select')(window, jquery); var dts = require('datatables.net-select')(window, jquery);

View File

@ -17,4 +17,3 @@ import "sprintf-js/src/sprintf";
import "summernote/dist/summernote-bs4"; import "summernote/dist/summernote-bs4";
import "bootstrap-select"; import "bootstrap-select";
import "jquery-lazy"; import "jquery-lazy";
import "nosleep.js";