mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Manage more packages with npm and webpack
This commit is contained in:
parent
3368b57b89
commit
06437ccaa9
11 changed files with 15 additions and 53 deletions
|
@ -12,6 +12,9 @@ var getHistory = historyModule.getHistory;
|
|||
var saveHistory = historyModule.saveHistory;
|
||||
var removeHistory = historyModule.removeHistory;
|
||||
|
||||
var saveAs = require('file-saver').saveAs;
|
||||
var List = require('list.js');
|
||||
|
||||
var options = {
|
||||
valueNames: ['id', 'text', 'timestamp', 'fromNow', 'time', 'tags', 'pinned'],
|
||||
item: '<li class="col-xs-12 col-sm-6 col-md-6 col-lg-4">\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue