Minor changes

This commit is contained in:
2026-04-22 10:51:00 +02:00
parent eececdbdc2
commit 28ff33814e
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -115,14 +115,14 @@ Install the Flatpak build tools in addition to [Node.js]:
```bash
flatpak
flatpak-builder
eu-strip
elfutils
```
Then run:
```bash
cd trimsp
cp trimspNL resources/bin/trimspNL
cp fortran/trimspNL resources/bin/trimspNL
npm install
npm run make:flatpak
```
+3 -3
View File
@@ -9,7 +9,7 @@
<script src="TrimSPlib.js"></script>
<script src="myplots.js"></script>
<!script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<title>Trim.SP</title>
<title>TRIM.SP</title>
</head>
<body onresize="resizePl()" onload="adjust_table();adjust_scans();">
<table style="width: 100%;">
@@ -30,13 +30,13 @@
<td><label>File name prefix:</label></td>
<td>
<input name="fileNamePrefix" id="fileNamePrefix" type="text" style="width:70%" value="SrTiO3"/>
<input name="trimPath" id="trimPath" type="text" style="width:70%;visibility:hidden;"/>
<input name="trimPath" id="trimPath" type="hidden"/>
</td>
</tr>
<tr id="FolderRow">
<td><label>Save folder:</label></td>
<td>
<input type="text" style="width:70%" id="workPath" name="workPath" readonly/>
<input type="text" disabled style="width:70%" id="workPath" name="workPath" title="Use Browse to select the save folder" />
<input type="button" value="Browse"
id="browseFolde" onclick="browseForFolder();">
<input type="file" id="folderPicker" style="display:none" webkitdirectory directory>