mirror of https://github.com/huashengdun/webssh
Fix defaults
parent
6587d1bc70
commit
e9fdc632f0
|
@ -58,7 +58,7 @@ jQuery(function($){
|
|||
form_id = '#connect',
|
||||
debug = document.querySelector(form_id).noValidate,
|
||||
fonts = document.fonts,
|
||||
custom_font_family_name = $("body").attr("data-wssh-custom-font-family-name", ""),
|
||||
custom_font_family_name = $("body").attr("data-wssh-custom-font-family-name") || "",
|
||||
custom_font = findFont(fonts, custom_font_family_name),
|
||||
default_fonts,
|
||||
DISCONNECTED = 0,
|
||||
|
|
Loading…
Reference in New Issue