Syslog: added viewer

This commit is contained in:
bergware
2019-02-10 07:22:44 +01:00
parent 48c7dfa013
commit 5b44316efa
-1
View File
@@ -74,7 +74,6 @@ function showLog(log) {
$('pre.up').html(data);
<?if ($display['resize']):?>
resize();
$(window).bind('resize',function(){resize();});
<?endif;?>
});
}