File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ function humanTime(seconds) {
19
19
return ( seconds / conv [ i ] ) . toFixed ( 1 ) + i ;
20
20
}
21
21
}
22
+ return seconds + 's' ;
22
23
}
23
24
24
25
function escapeHTML ( str ) {
Original file line number Diff line number Diff line change 7
7
<table >
8
8
<tr >
9
9
{{? !master.no_address}}<th >IP[:Port]</th >{{?}}
10
- {{? !master.no_clients}}<th >Players/Max</th >{{?}}
10
+ {{? !master.no_clients}}<th >Players/Max{{? !master.no_avgtop}}< br />Avg/Top{{?}} </th >{{?}}
11
11
{{? !master.no_version}}<th >Version, Gameid, MapGen</th >{{?}}
12
12
{{? !master.no_name}}<th >Name</th >{{?}}
13
13
{{? !master.no_description}}<th >Description</th >{{?}}
25
25
</td >{{?}}
26
26
{{? !master.no_clients}}
27
27
<td class =" clients{{? server.clients_list && server.clients_list.length > 0}} mts_hover_list_text{{?}}" >
28
- {{=server.clients}}/{{=server.clients_max}} {{=server.clients_top}}
28
+ {{=server.clients}}/{{=server.clients_max}}{{? !master.no_avgtop}} & nbsp ;& nbsp ; {{=Math.floor( server.pop_v)}}/{{=server. clients_top}}{{? }}
29
29
{{=hoverList("Clients", server.clients_list)}}
30
30
</td >{{?}}
31
31
{{? !master.no_version}}
You can’t perform that action at this time.
0 commit comments