Update new HTML editor being available globally and for all themes

This commit is contained in:
iliajie
2023-06-16 14:03:58 +03:00
parent f931b6dc01
commit 61e80f5d9f
6 changed files with 3 additions and 28 deletions

Binary file not shown.

View File

@ -496,8 +496,8 @@ EOF
my $ts = &get_webmin_version(); my $ts = &get_webmin_version();
$ts =~ s/[.-]+//g; $ts =~ s/[.-]+//g;
$html_editor_load_scripts = <<EOF; $html_editor_load_scripts = <<EOF;
<link href="quill/quill.min.css?$ts" rel="stylesheet"> <link href="/unauthenticated/css/quill.min.css?$ts" rel="stylesheet">
<script type="text/javascript" src="quill/quill.min.js?$ts"></script> <script type="text/javascript" src="/unauthenticated/js/quill.min.js?$ts"></script>
EOF EOF
} }
# HTML editor init # HTML editor init

File diff suppressed because one or more lines are too long

Binary file not shown.