Code reorganization and fix regresion.

This commit is contained in:
2023-01-12 11:14:57 +01:00
parent 58e3b44706
commit 0eab71ca40
3 changed files with 11 additions and 13 deletions
+2 -8
View File
@@ -1,18 +1,12 @@
<!DOCTYPE html>
<html class="mcss">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="ZGUI.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="TrimSPlib.js"></script>
<script src="TrimSPelec.js"></script>
<script src="TrimSPlib.js"></script>
<script src="myplots.js"></script>
<script type="text/javascript">
const ipcRenderer = require('electron').ipcRenderer;
const fs = require('fs');
const exec = require('child_process').execSync;
const remote = require('electron').remote;
</script>
<title>Trim.SP</title>
</head>