Skip to content

Commit

Permalink
Set the URL to the right dict path
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Nov 17, 2023
1 parent ce1a18f commit 31b87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/langtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8455,7 +8455,7 @@ function addNegUnorderedDictList(repos, mainFilter, filters) {

function addDictLi(repo) {
const li = document.createElement('li')
li.appendChild(addr(reponame2dictname(repo.name), repo.name + '/'))
li.appendChild(addr(reponame2dictname(repo.name), '/../' + repo.name + '/'))
li.appendChild(document.createTextNode(' '))
li.appendChild(addr('(source)', repo.html_url))

Expand Down

0 comments on commit 31b87b8

Please sign in to comment.