We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143f42 commit 842ff44Copy full SHA for 842ff44
1 file changed
index.html
@@ -2137,7 +2137,7 @@
2137
if(typeof AG==='undefined'||!AG)return 0;
2138
return Object.values(AG).filter(ag=>ag&&ag.state&&ag.state!=='idle').length;
2139
}
2140
-// [DEDUP-REMOVED] function refreshOpsBar(){
+function refreshOpsBar(){
2141
const nowEl=document.getElementById('opsNow');
2142
const metaEl=document.getElementById('opsMeta');
2143
if(!nowEl||!metaEl)return;
@@ -12158,4 +12158,4 @@
12158
12159
12160
</body>
12161
-</html>
+</html>
0 commit comments