diff --git a/www/assets/js/map.js b/www/assets/js/map.js index c826aa1..8518746 100644 --- a/www/assets/js/map.js +++ b/www/assets/js/map.js @@ -118,7 +118,7 @@ function openPackageInfoSheet(coordid, refreshOnly) { + ''); } - if (!refreshOnly) { + if (!refreshOnly) { app.sheet.create({el: "#package-info-sheet"}).open(); } } diff --git a/www/pages/map.html b/www/pages/map.html index ad0b954..d70ba15 100644 --- a/www/pages/map.html +++ b/www/pages/map.html @@ -8,7 +8,7 @@