@@ -14,35 +14,35 @@ $(document).ready(function () {
1414
1515 if ( window . showOptHelp ) {
1616 //network
17- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_net' ) )
17+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_net' ) ) ;
1818 $ ( '#conf_cont_net' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_net_heading_title" ) , 'editor_container_net' , 'btn_submit_net' , 'panel-system' ) ) ;
1919 $ ( '#conf_cont_net' ) . append ( createHelpTable ( window . schema . network . properties , $ . i18n ( "edt_conf_net_heading_title" ) ) ) ;
2020
2121 //jsonserver
22- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_json' ) )
22+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_json' ) ) ;
2323 $ ( '#conf_cont_json' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_js_heading_title" ) , 'editor_container_jsonserver' , 'btn_submit_jsonserver' , 'panel-system' ) ) ;
2424 $ ( '#conf_cont_json' ) . append ( createHelpTable ( window . schema . jsonServer . properties , $ . i18n ( "edt_conf_js_heading_title" ) ) ) ;
2525
2626 //flatbufserver
27- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_flatbuf' ) )
27+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_flatbuf' ) ) ;
2828 $ ( '#conf_cont_flatbuf' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_fbs_heading_title" ) , 'editor_container_fbserver' , 'btn_submit_fbserver' , 'panel-system' ) ) ;
2929 $ ( '#conf_cont_flatbuf' ) . append ( createHelpTable ( window . schema . flatbufServer . properties , $ . i18n ( "edt_conf_fbs_heading_title" ) , "flatbufServerHelpPanelId" ) ) ;
3030
3131 //protoserver
32- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_proto' ) )
32+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_proto' ) ) ;
3333 $ ( '#conf_cont_proto' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_pbs_heading_title" ) , 'editor_container_protoserver' , 'btn_submit_protoserver' , 'panel-system' ) ) ;
3434 $ ( '#conf_cont_proto' ) . append ( createHelpTable ( window . schema . protoServer . properties , $ . i18n ( "edt_conf_pbs_heading_title" ) , "protoServerHelpPanelId" ) ) ;
3535
3636 //boblight
3737 if ( BOBLIGHT_ENABLED ) {
38- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_bobl' ) )
38+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_bobl' ) ) ;
3939 $ ( '#conf_cont_bobl' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_bobls_heading_title" ) , 'editor_container_boblightserver' , 'btn_submit_boblightserver' , 'panel-system' ) ) ;
4040 $ ( '#conf_cont_bobl' ) . append ( createHelpTable ( window . schema . boblightServer . properties , $ . i18n ( "edt_conf_bobls_heading_title" ) , "boblightServerHelpPanelId" ) ) ;
4141 }
4242
4343 //forwarder
4444 if ( storedAccess != 'default' ) {
45- $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_fw' ) )
45+ $ ( '#conf_cont' ) . append ( createRow ( 'conf_cont_fw' ) ) ;
4646 $ ( '#conf_cont_fw' ) . append ( createOptPanel ( 'fa-sitemap' , $ . i18n ( "edt_conf_fw_heading_title" ) , 'editor_container_forwarder' , 'btn_submit_forwarder' , 'panel-system' ) ) ;
4747 $ ( '#conf_cont_fw' ) . append ( createHelpTable ( window . schema . forwarder . properties , $ . i18n ( "edt_conf_fw_heading_title" ) , "forwarderHelpPanelId" ) ) ;
4848 }
@@ -243,7 +243,7 @@ $(document).ready(function () {
243243 $ ( '#root_network_apiAuth' ) . change ( function ( ) {
244244 var state = $ ( this ) . is ( ":checked" ) ;
245245 checkApiTokenState ( state ) ;
246- } )
246+ } ) ;
247247
248248 checkApiTokenState ( window . serverConfig . network . apiAuth ) ;
249249
0 commit comments