From 65a0e193c7ca1ccfe29693fcfa3719356de97e48 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Thu, 29 Oct 2015 10:17:50 -0400 Subject: Completed #5356 Refactor row toggle javascript --- src/usr/local/www/guiconfig.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/local/www/guiconfig.inc') diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc index cef2bc6..0aa2985 100644 --- a/src/usr/local/www/guiconfig.inc +++ b/src/usr/local/www/guiconfig.inc @@ -609,8 +609,7 @@ function clear_all_log_files() { return; } -// This version of dump_clog() does not output or any other table elements. It can be renamed -// and the dump_clog() removed once all of the diag_log*.php files have been converted to Bootstrap +// This version of dump_clog() does not output or any other table elements. function dump_clog_no_table($logfile, $tail, $withorig = true, $grepfor = "", $grepinvert = "") { global $g, $config; $sor = isset($config['syslog']['reverse']) ? "-r" : ""; -- cgit v1.1