Small fix
Fix where JS compression raises an error.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
base botmon
|
||||
author Sascha Leib
|
||||
email ad@hominem.com
|
||||
date 2025-09-01
|
||||
date 2025-09-03
|
||||
name Bot Monitoring
|
||||
desc Live monitoring of bot traffic on your DokuWiki instance (under development)
|
||||
url https://www.dokuwiki.org/plugin:botmon
|
||||
|
||||
@@ -879,7 +879,7 @@ BotMon.live = {
|
||||
'title': "Platform: " + platformName
|
||||
}, platformName));
|
||||
|
||||
const clientName = (data._client ? data._client.n: 'Unknown')
|
||||
const clientName = (data._client ? data._client.n: 'Unknown');
|
||||
span1.appendChild(make('span', { /* Client */
|
||||
'class': 'icon client client_' + (data._client ? data._client.id : 'unknown'),
|
||||
'title': "Client: " + clientName
|
||||
|
||||
Reference in New Issue
Block a user