mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Fix indentation
This commit is contained in:
parent
762966db99
commit
26b3e27aec
@ -12,7 +12,7 @@ draft: false
|
|||||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
async function update_file(filename) {
|
async function update_file(filename) {
|
||||||
var file=filename+'.dat';
|
var file=filename+'.dat';
|
||||||
var lnk_file=document.getElementById('lnk_file');
|
var lnk_file=document.getElementById('lnk_file');
|
||||||
lnk_file.setAttribute('href',String.raw`view?dataFile=${file}`);
|
lnk_file.setAttribute('href',String.raw`view?dataFile=${file}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user