mirror of https://github.com/huashengdun/webssh
Fix semicolons
parent
2f93e078f7
commit
6587d1bc70
|
@ -57,8 +57,8 @@ jQuery(function($){
|
||||||
title_element = document.querySelector('title'),
|
title_element = document.querySelector('title'),
|
||||||
form_id = '#connect',
|
form_id = '#connect',
|
||||||
debug = document.querySelector(form_id).noValidate,
|
debug = document.querySelector(form_id).noValidate,
|
||||||
fonts = document.fonts;
|
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),
|
custom_font = findFont(fonts, custom_font_family_name),
|
||||||
default_fonts,
|
default_fonts,
|
||||||
DISCONNECTED = 0,
|
DISCONNECTED = 0,
|
||||||
|
|
Loading…
Reference in New Issue