Skip to content

Commit 5498f36

Browse files
Mei-Hui SuMei-Hui Su
authored andcommitted
suppress the external ts file button
1 parent 6bf141f commit 5498f36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

web/js/plot3d/myWebApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/viewer.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,12 @@ class="custom-select custom-select-sm" style="width:16rem; padding:0.25rem 0.5re
526526
</div>
527527
</div>
528528
&nbsp
529+
<!-- For IMPORT server ts files
529530
<button id="externalBtn" class="btn btn-sm" style="background:transparent;" data-toggle="modal" data-target="#modalexternal">
530531
<span class="fas fa-caret-up"></span>
531532
</button>
532-
<!--
533+
-->
534+
<!-- For IMPORT local ts files
533535
<input class="form-control" id='fileBtn' type='file' onchange='setExternalTSFile(this.files)' style='display:none;'></input>
534536
<button class="btn cfm-small-btn" onClick='javascript:document.getElementById("fileBtn").click();'><span class="fas fa-caret-up"></span></button>
535537
-->

0 commit comments

Comments
 (0)