Code reorganization and fix regresion.
This commit is contained in:
+2
-8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user