diff --git a/docs/index.html b/docs/index.html
index 7ce7abe..77ef5c5 100755
--- a/docs/index.html
+++ b/docs/index.html
@@ -26365,7 +26365,8 @@
${cs.category} '+(isActive?'★ Active':'☆ Use')+'' : '')
+ (a.ready ? '' : '')
- + (a.ready ? '' : '')
+ + (connected ? ''
+ : (a.ready ? '' : ''))
+ '';
}
@@ -26495,6 +26496,22 @@ ${cs.category} {
const start = uiSource.indexOf('async function generalFullAuto(');
const end = uiSource.indexOf('/**\n * REQUEST SITREP', start);