You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Designs/HitCounterGui.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@
355
355
{
356
356
new_tbl+=
357
357
'<tr>'+
358
-
'<td class="'+majorclass+' bottom left">Time:</td>'+// Time
358
+
'<td class="'+majorclass+' bottom right">Time:</td>'+// Time
359
359
'<td colspan="'+hit_cols+'" class="'+majorclass+' bottom timestamp"><span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
'<td colspan="'+max_cols+'" class="bottom timestamp left">Time: <span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
367
+
'<td colspan="'+max_cols+'" class="bottom timestamp right">Time: <span id="time_total_footer">'+IntToTimeStr(total_time_current,true)+'</span></td>'+// Total Time (Footer)
0 commit comments