1
0
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:
Fabian Schlenz 2017-12-10 12:09:43 +01:00
parent 9693371a3d
commit f847c372d1

View File

@ -164,11 +164,11 @@
}); });
</script> </script>
<span id="heatmap" style="width: 500px; height: 600px;"></span> <div id="heatmap" style="width: 500px; height: 600px;"></div>
{{#count.dialogs}} {{#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}} {{/count.dialogs}}
<span id="chart_message_types" style="width: 600px; height: 500px;"></span> <div id="chart_message_types" style="width: 600px; height: 500px;"></div>
<span id="chart_media_types" style="width: 600px; height: 500px;"></span> <div id="chart_media_types" style="width: 600px; height: 500px;"></div>
<span id="chart_authors" style="width: 600px; height: 500px;"></span> <div id="chart_authors" style="width: 600px; height: 500px;"></div>