Code cleanup
This commit is contained in:
parent
844a54487e
commit
26c2e0231e
2 changed files with 2 additions and 12 deletions
|
@ -154,17 +154,7 @@ function getTarget(logline) {
|
|||
return target;
|
||||
}
|
||||
}
|
||||
/*
|
||||
if (showBMTGLink && getMode(logline).startsWith("DMR")) {
|
||||
bmlink = "https://brandmeister.network/?page=lh&DestinationID=";
|
||||
linkTarget = target.substring(3);
|
||||
link = '<a href="' + bmlink + linkTarget + '" target="_new">' + target + '</a>';
|
||||
return link;
|
||||
} else {
|
||||
return target;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
function getSource(logline) {
|
||||
val = logline.substring(logline.indexOf("received") + 9);
|
||||
val = val.substring(0, val.indexOf(" "));
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-06 10:34:42";
|
||||
var dashboard_version = "2021-02-06 10:37:55";
|
||||
|
|
Loading…
Reference in a new issue