Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Oct 15, 2023
1 parent 0da0d27 commit a409145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPXTweaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8196,7 +8196,7 @@ class GPXTweakerWebInterfaceServer():
' if (t.status != 200) {\r\n' \
' document.getElementById("tset").selectedIndex = tset;\r\n' \
' if (nset == null) {\r\n' \
' tlevel = nlevel;\r\n' \
' tlevel = nlevel || 1;\r\n' \
' layers = [];\r\n' \
' if (treset == 2) {set_jmaps();}\r\n' \
' for (const jmap of jmaps) {\r\n' \
Expand Down

0 comments on commit a409145

Please sign in to comment.