Skip to content

Commit 842ff44

Browse files
authored
Update index.html
1 parent 6143f42 commit 842ff44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@
21372137
if(typeof AG==='undefined'||!AG)return 0;
21382138
return Object.values(AG).filter(ag=>ag&&ag.state&&ag.state!=='idle').length;
21392139
}
2140-
// [DEDUP-REMOVED] function refreshOpsBar(){
2140+
function refreshOpsBar(){
21412141
const nowEl=document.getElementById('opsNow');
21422142
const metaEl=document.getElementById('opsMeta');
21432143
if(!nowEl||!metaEl)return;
@@ -12158,4 +12158,4 @@
1215812158

1215912159

1216012160
</body>
12161-
</html>
12161+
</html>

0 commit comments

Comments
 (0)