mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Fix module variable require
This commit is contained in:
parent
8153fa32ed
commit
d6ae7a36ae
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ var urlpath = common.urlpath;
|
|||
var resetCheckAuth = common.resetCheckAuth;
|
||||
var getLoginState = common.getLoginState;
|
||||
var clearLoginState = common.clearLoginState;
|
||||
var loginStateChangeEvent = common.loginStateChangeEvent;
|
||||
|
||||
var historyModule = require('./history');
|
||||
var parseStorageToHistory = historyModule.parseStorageToHistory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue