10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Fix indentation

This commit is contained in:
Mickaël Véril 2019-09-14 15:18:21 +02:00
parent 762966db99
commit 26b3e27aec

View File

@ -12,7 +12,7 @@ draft: false
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
<script>
async function update_file(filename) {
async function update_file(filename) {
var file=filename+'.dat';
var lnk_file=document.getElementById('lnk_file');
lnk_file.setAttribute('href',String.raw`view?dataFile=${file}`);