diff options
author | David Mehren | 2021-02-12 23:39:39 +0100 |
---|---|---|
committer | David Mehren | 2021-02-12 23:47:58 +0100 |
commit | 788e7d460a976e1977d635da4e52a648dc282107 (patch) | |
tree | 217434ebe0b19409a17872a5e12fa8ec5781549e /public | |
parent | faffe806b770f7a239cdecaad1c0b53d00810164 (diff) |
Update webpack config and JS import for spin.js v4
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public')
-rw-r--r-- | public/js/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index 92acd130..adc95461 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1,6 +1,6 @@ /* eslint-env browser, jquery */ /* eslint no-console: ["error", { allow: ["warn", "error", "debug"] }] */ -/* global CodeMirror, Cookies, moment, Spinner, Idle, serverurl, +/* global CodeMirror, Cookies, moment, Idle, serverurl, key, Dropbox, ot, hex2rgb, Visibility */ import TurndownService from 'turndown' @@ -10,6 +10,7 @@ import randomColor from 'randomcolor' import store from 'store' import hljs from 'highlight.js' import url from 'wurl' +import { Spinner } from 'spin.js' import _ from 'lodash' |