mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Delete unused code
This commit is contained in:
parent
a5cb7ab3a1
commit
e7a3a398ab
@ -65,10 +65,6 @@ draft: false
|
||||
window.data.ZPE=ZPE
|
||||
reload()
|
||||
}
|
||||
async function update_file(file) {
|
||||
dat= await data.loadAsync(file);
|
||||
await applyData(dat);
|
||||
}
|
||||
async function clear(){
|
||||
for(id of ["ex_table_b","data_par"]){
|
||||
document.getElementById(id).innerHTML=""
|
||||
@ -149,11 +145,6 @@ draft: false
|
||||
await MathJax.typesetPromise();
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
function onValueChange(e) {
|
||||
update_file(e.target.value);
|
||||
}
|
||||
</script>
|
||||
<p>
|
||||
In this page you can calculate \(E_\text{adia}\) \(E_\text{0-0}\) from \(E_\text{abs}\) \(E_\text{fluo}\) and \(\Delta E_\text{ZPE}\)
|
||||
For this select a method for absorption, fluorescence or ZPE
|
||||
|
Loading…
Reference in New Issue
Block a user