mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Fix lastchangeui and moment timestamps
This commit is contained in:
parent
4713b4f2aa
commit
440ad3506c
8 changed files with 11 additions and 32 deletions
|
@ -79,10 +79,6 @@ module.exports = {
|
|||
locale: path.join(__dirname, 'public/js/locale.js'),
|
||||
vendor: [
|
||||
"imports?$=jquery!jquery-mousewheel",
|
||||
"jquery-ui/ui/widgets/resizable",
|
||||
"jquery-ui/ui/widgets/tooltip",
|
||||
"jquery-ui/ui/widgets/controlgroup",
|
||||
"jquery-ui/ui/widgets/autocomplete",
|
||||
"script!gist-embed",
|
||||
"expose?filterXSS!xss",
|
||||
"js-url",
|
||||
|
@ -129,7 +125,8 @@ module.exports = {
|
|||
"viz.js": "Viz",
|
||||
"socket.io-client": "io",
|
||||
"lodash": "_",
|
||||
"jquery": "$"
|
||||
"jquery": "$",
|
||||
"moment": "moment"
|
||||
},
|
||||
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue