Skip to content

Commit

Permalink
Merge pull request #475 from Neriderc/abb-dates
Browse files Browse the repository at this point in the history
Resolve issue with webtrees 2.1.19
  • Loading branch information
Neriderc authored Mar 25, 2024
2 parents b42ceef + 233c2dc commit f6330c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/javascript/gvexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function showGraphvizUnsupportedMessage() {

// This function is run when the page is loaded
function pageLoaded(Url) {
TOMSELECT_URL = document.getElementById('pid').getAttribute("data-url") + "&query=";
TOMSELECT_URL = document.getElementById('pid').getAttribute("data-wt-url") + "&query=";
loadURLXref(Url);
loadUrlToken(Url);
loadXrefList(TOMSELECT_URL, 'xref_list', 'indi_list');
Expand Down

0 comments on commit f6330c1

Please sign in to comment.