mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Load Idle.js without script-loader
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
0e7a9df97d
commit
cf867daf99
2 changed files with 10 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue