Skip to content

Commit

Permalink
6.1.46
Browse files Browse the repository at this point in the history
🐞 修正
歷史資料庫 eew-cwb -> eew-cwa
  • Loading branch information
yayacat committed Oct 21, 2023
1 parent 477633b commit 375c98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TREM.Electron/js/intensity.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ TREM.Old_database = {

if (unit == "trem") unit = "TREM";

if (unit == "eew-cwb") unit = "eew-cwa";

if (Olddatabase.raw)
if (Olddatabase.raw.info?.scale == 0) scale = "0.0";
else if (Olddatabase.raw.info?.scale) scale = Olddatabase.raw.info.scale.toFixed(1);
Expand Down

0 comments on commit 375c98b

Please sign in to comment.