mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Fix history deletion
This commit is contained in:
parent
229b947b09
commit
d600364933
3 changed files with 7 additions and 3 deletions
|
@ -17,6 +17,7 @@ var postHistoryToServer = historyModule.postHistoryToServer;
|
|||
var deleteServerHistory = historyModule.deleteServerHistory;
|
||||
var parseServerToHistory = historyModule.parseServerToHistory;
|
||||
var saveStorageHistoryToServer = historyModule.saveStorageHistoryToServer;
|
||||
var clearDuplicatedHistory = historyModule.clearDuplicatedHistory;
|
||||
|
||||
var saveAs = require('file-saver').saveAs;
|
||||
var List = require('list.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue