Skip to content
Snippets Groups Projects
Commit e2819c8a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #44529 fix rt comments

parent 27e08465
Branches
Tags
2 merge requests!1719Dev#44529 library osm,!1717Dev#44529 library osm
......@@ -30,7 +30,7 @@ class ZendAfi_View_Helper_LibrariesMap extends ZendAfi_View_Helper_BaseHelper {
if(!$libraries)
return '';
$container_id = sprintf('map_%s', md5(rand(1, 100000)));
$container_id = sprintf('map_%s', md5($container_selector));
Class_ScriptLoader::getInstance()
->loadLeafletJS()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment