Load Idle.js without script-loader

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2021-06-04 21:36:15 +02:00
parent 0e7a9df97d
commit cf867daf99
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/* eslint-env browser, jquery */
/* eslint no-console: ["error", { allow: ["warn", "error", "debug"] }] */
/* global Cookies, moment, Idle, serverurl,
/* global Cookies, moment, serverurl,
key, Dropbox, ot, hex2rgb, Visibility */
import TurndownService from 'turndown'
@@ -9,6 +9,8 @@ import CodeMirror from 'codemirror/lib/codemirror.js'
import 'jquery-ui/ui/widgets/resizable'
import 'jquery-ui/themes/base/resizable.css'
import Idle from 'Idle.Js'
import { saveAs } from 'file-saver'
import randomColor from 'randomcolor'
import store from 'store'