mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
Require index stylesheets
This commit is contained in:
parent
971bfe29f8
commit
7a052b0dad
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
|||
/* jquery and jquery plugins */
|
||||
require('../vendor/showup/showup');
|
||||
|
||||
require('../css/index.css');
|
||||
require('../css/extra.css');
|
||||
require('../css/slide-preview.css');
|
||||
require('../css/site.css');
|
||||
|
||||
var toMarkdown = require('to-markdown');
|
||||
|
||||
var saveAs = require('file-saver').saveAs;
|
||||
|
@ -2306,7 +2311,7 @@ socket.on('delete', function () {
|
|||
saveHistory(newnotehistory);
|
||||
location.href = serverurl;
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
var retryTimer = null;
|
||||
socket.on('maintenance', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue