Skip to content

Commit

Permalink
Merge branch 'Release' of https://github.com/ExpTechTW/TREM-Lite into…
Browse files Browse the repository at this point in the history
… Release
  • Loading branch information
whes1015 committed Sep 19, 2023
2 parents 3753bed + a4814dc commit ffb6f73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/index/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ let start = false;
const info_list = [];
const new_decay_formula = storage.getItem("new_decay_formula") ?? false;
const item_disable_geojson_vt = storage.getItem("disable_geojson_vt") ?? false;
const item_show_eew=storage.getItem("show_eew") ?? true
const item_show_report=storage.getItem("show_report") ?? true
const item_show_palert=storage.getItem("show_palert") ?? true
const item_show_trem=storage.getItem("show_trem") ?? true
const item_show_eew = storage.getItem("show_eew") ?? true;
const item_show_report = storage.getItem("show_report") ?? true;
const item_show_palert = storage.getItem("show_palert") ?? true;
const item_show_trem = storage.getItem("show_trem") ?? true;

let click_report_id = -1;

Expand Down

0 comments on commit ffb6f73

Please sign in to comment.