diff -up ./cgi/extinfo.c.rm_youtube ./cgi/extinfo.c --- ./cgi/extinfo.c.rm_youtube 2018-11-28 14:23:47.609805066 -0600 +++ ./cgi/extinfo.c 2018-11-28 14:28:35.513997180 -0600 @@ -557,27 +557,6 @@ void document_header(int use_stylesheet) printf("\n", url_stylesheets_path, NAGFUNCS_CSS); } - if (display_type == DISPLAY_HOST_INFO) - vidurl = "https://www.youtube.com/embed/n3QEAf-MxY4"; - else if(display_type == DISPLAY_SERVICE_INFO) - vidurl = "https://www.youtube.com/embed/f_knwQOS6FI"; - - if (enable_page_tour == TRUE && vidurl) { - printf("\n", url_js_path, JQUERY_JS); - printf("\n", url_js_path, NAGFUNCS_JS); - printf("\n"); - } - printf("\n"); printf("\n"); diff -up ./cgi/status.c.rm_youtube ./cgi/status.c --- ./cgi/status.c.rm_youtube 2018-11-28 14:28:56.072653859 -0600 +++ ./cgi/status.c 2018-11-28 14:32:05.038498204 -0600 @@ -537,31 +537,8 @@ void document_header(int use_stylesheet) /* JS function to append content to elements on page */ printf("\n", url_js_path, NAGFUNCS_JS); - - printf("\n"); - } + } diff -up ./html/main.php.rm_youtube ./html/main.php --- ./html/main.php.rm_youtube 2018-11-28 14:34:59.249588949 -0600 +++ ./html/main.php 2018-11-28 14:39:03.703506666 -0600 @@ -19,20 +19,7 @@ $this_year = '2018'; - - - - >