File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- var CONF_builddate = "20241117-113301 "
1
+ var CONF_builddate = "20241117-113745 "
Original file line number Diff line number Diff line change @@ -6699,7 +6699,7 @@ function buildNewStructure(structure) {
6699
6699
function reset_all ( ) {
6700
6700
structure = new Hierarchical_List ( ) ;
6701
6701
buildNewStructure ( structure ) ;
6702
- HLRedrawTree ( ) ;
6702
+ topMenu . selectMenuItemByName ( 'Bewerken' ) ;
6703
6703
}
6704
6704
function renderAddress ( ) {
6705
6705
var outHTML = "" ;
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ function buildNewStructure(structure: Hierarchical_List) {
197
197
function reset_all ( ) {
198
198
structure = new Hierarchical_List ( ) ;
199
199
buildNewStructure ( structure ) ;
200
- HLRedrawTree ( ) ;
200
+ topMenu . selectMenuItemByName ( 'Bewerken' ) ;
201
201
}
202
202
203
203
function renderAddress ( ) {
You can’t perform that action at this time.
0 commit comments