Load Idle.js without script-loader
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user