Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
sfu
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Jun 20, 2022
1 parent 9aad9db commit ea2a72a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions j4/pkg_agosms/src/media/mod_agosm/js/agosm.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,12 +692,10 @@ document.addEventListener('DOMContentLoaded', function () {
}

if (obj.showpopup == "4") {
console.log("tempMarker");
let url = "index.php?option=com_agosms&view=agosm&id=" + obj.id;
let url = uriroot + "index.php?option=com_agosms&view=agosm&id=" + obj.id;
let title = obj.name;
let popuptext = "<a href=' " + url + " '> " + title + " </a>";
tempMarker.bindPopup(popuptext);
console.log(tempMarker);
}

var clickgmarkerlista = document.querySelector('.agmarkerlista_component' + obj.id);
Expand Down

0 comments on commit ea2a72a

Please sign in to comment.