Added Notes and Folding
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2023-06-19 13:06:05 +02:00
parent 642436b980
commit 7c74c3f570
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ const app = new Vue({
this.journey_data.main.splice(idx,1);
},
toggle_section_vis: function(idx){
this.visible_step ^= 0x1 << (idx+1);
this.visible_step ^= 0x1 << (idx);
},
search_nominatim: function(txt,f){
if(txt==""){