remove google-webfont-stuff (just create your own theme or overwrite Sparkle to use another font); remove more inline css and remove unnecessary JS in hints-templates
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -487,7 +487,6 @@ if (Settings::Get('ticket.enabled') == '1') {
|
||||
}
|
||||
}
|
||||
|
||||
$webfont = str_replace('+', ' ', Settings::Get('panel.webfont'));
|
||||
$js = "";
|
||||
if (array_key_exists('js', $_themeoptions['variants'][$themevariant]) && is_array($_themeoptions['variants'][$themevariant]['js'])) {
|
||||
foreach ($_themeoptions['variants'][$themevariant]['js'] as $jsfile) {
|
||||
|
||||
Reference in New Issue
Block a user