fixed some map stuff
This commit is contained in:
parent
e46fa3c036
commit
a8c0ea875c
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ $( document ).ready(function() {
|
|||
function bindMapOpen() {
|
||||
// $('#modal_map').data('abv-entry',$(this).data('abv-entry'));
|
||||
// $('#modal_map')[0].showModal();
|
||||
let url = `../dict/map-info/${$(this).data('abv-entry')}`;
|
||||
let url = `./dict/map-info/${$(this).data('abv-entry')}`;
|
||||
|
||||
fetch(url)
|
||||
.then(res => res.json())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue