mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 02:35:23 -04:00
Config extra entry for html.min.css
This commit is contained in:
parent
3e23009663
commit
f1f8846b0a
4 changed files with 64 additions and 5 deletions
|
@ -588,7 +588,7 @@ function exportToHTML(view) {
|
|||
var tocAffix = $('#ui-toc-affix').clone();
|
||||
tocAffix.find('*').removeClass('active').find("a[href^='#'][smoothhashscroll]").removeAttr('smoothhashscroll');
|
||||
//generate html via template
|
||||
$.get(serverurl + '/css/html.min.css', function (css) {
|
||||
$.get(serverurl + '/build/html.min.css', function (css) {
|
||||
$.get(serverurl + '/views/html.hbs', function (data) {
|
||||
var template = Handlebars.compile(data);
|
||||
var context = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue