typo
This commit is contained in:
parent
fcba3b094e
commit
04b8286e31
|
|
@ -4937,7 +4937,7 @@ tarteaucitron.services.m6meteo = {
|
|||
tarteaucitron.fallback(['tac_m6meteo'], function (x) {
|
||||
var id = x.getAttribute("data-id");
|
||||
|
||||
tarteaucitron.getScript('https://www.meteocity.com/widget/js/'+id);
|
||||
tarteaucitron.addScript('https://www.meteocity.com/widget/js/'+id);
|
||||
|
||||
return '<div id="cont_'+id+'"><div id="spa_'+id+'"><a id="a_'+id+'" href="#"></a> ©<a target="_top" href="https://www.meteocity.com">M6météo</a></div></div>';
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue