mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Fix: Stats are now properly displayed in Firefox.
This commit is contained in:
parent
9693371a3d
commit
f847c372d1
@ -164,11 +164,11 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<span id="heatmap" style="width: 500px; height: 600px;"></span>
|
||||
<div id="heatmap" style="width: 500px; height: 600px;"></div>
|
||||
|
||||
{{#count.dialogs}}
|
||||
<span id="chart_chat_types" style="width: 600px; height: 500px;"></span>
|
||||
<div id="chart_chat_types" style="width: 600px; height: 500px;"></div>
|
||||
{{/count.dialogs}}
|
||||
<span id="chart_message_types" style="width: 600px; height: 500px;"></span>
|
||||
<span id="chart_media_types" style="width: 600px; height: 500px;"></span>
|
||||
<span id="chart_authors" style="width: 600px; height: 500px;"></span>
|
||||
<div id="chart_message_types" style="width: 600px; height: 500px;"></div>
|
||||
<div id="chart_media_types" style="width: 600px; height: 500px;"></div>
|
||||
<div id="chart_authors" style="width: 600px; height: 500px;"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user