Skip to content

Commit

Permalink
Tour: use malt/d instead of corenlp/c as relation example
Browse files Browse the repository at this point in the history
It is much more frequently used and applicable to more instances.

Change-Id: Iec97789741d98e5513efaa779860d532205e494f
  • Loading branch information
kupietz authored and Akron committed Oct 7, 2024
1 parent eefb2c5 commit 1c20a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
0.57 2024-10-01
0.57 2024-10-07
- Support VCs via URL without queries (diewald)
- Added translations for regexp and FCSQL (r-wilm)
- Introduce 'ui-ready' global event (diewald)
- Don't show random page option for single page
results (diewald)
- Move page to top after click on example queries (diewald)
- Disable sidebar via stash (diewald)
- Change malt/d for relation default in tour (kupietz)

0.56 2024-09-23
- Improve slim test for plugin support
Expand Down
2 changes: 1 addition & 1 deletion dev/js/src/loc/dereko.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define(function () {
};

if (loc.TOUR_Relations == undefined)
loc.TOUR_Relations = "corenlp/c";
loc.TOUR_Relations = "malt/d";

if (loc.TOUR_DocSigle == undefined)
loc.TOUR_DocSigle = "WPD17/D01";
Expand Down

0 comments on commit 1c20a31

Please sign in to comment.