Skip to content

Commit

Permalink
Kleine bug, als custom scherm werd gekozen ging de tool niet automati…
Browse files Browse the repository at this point in the history
…sch naar het Bewerken menu.
  • Loading branch information
igoethal committed Nov 17, 2024
1 parent ce566bd commit afa4411
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builddate.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var CONF_builddate="20241117-113301"
var CONF_builddate="20241117-113745"
2 changes: 1 addition & 1 deletion eendraadschema.js
Original file line number Diff line number Diff line change
Expand Up @@ -6699,7 +6699,7 @@ function buildNewStructure(structure) {
function reset_all() {
structure = new Hierarchical_List();
buildNewStructure(structure);
HLRedrawTree();
topMenu.selectMenuItemByName('Bewerken');
}
function renderAddress() {
var outHTML = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function buildNewStructure(structure: Hierarchical_List) {
function reset_all() {
structure = new Hierarchical_List();
buildNewStructure(structure);
HLRedrawTree();
topMenu.selectMenuItemByName('Bewerken');
}

function renderAddress() {
Expand Down

0 comments on commit afa4411

Please sign in to comment.