correction event

This commit is contained in:
Kevin Tessier 2019-06-13 12:12:10 +02:00
parent 2d63234d3d
commit 9978c8eb8a
2 changed files with 3 additions and 6 deletions

View File

@ -25,9 +25,7 @@ function map() {
.setContent("You clicked the map at " + e.latlng.toString()) .setContent("You clicked the map at " + e.latlng.toString())
.openOn(mymap); .openOn(mymap);
} }
mymap.on('click', onMapClick); mymap.on('click', onMapClick);
} }
} }

View File

@ -58,18 +58,17 @@
<img src="/user/themes/lecampus/images/fb_black.svg" alt="facebook"> <img src="/user/themes/lecampus/images/fb_black.svg" alt="facebook">
</a> </a>
</div> </div>
<a target="_blank" rel =" noopener " href=" http://www.linkedin.com/shareArticle?mini=true&url={{uri.route(true, true)}}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;"> <a target="_blank" rel =" noopener " title="Twitter" href="https://twitter.com/share?url={{uri.route(true, true)}}" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
Partager Partager
<img src="/user/themes/lecampus/images/twitter.svg" alt="Twitter"> <img src="/user/themes/lecampus/images/twitter.svg" alt="Twitter">
</a> </a>
<a target="_blank" rel =" noopener " title="Twitter" href="https://twitter.com/share?url={{uri.route(true, true)}}" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;"> <a target="_blank" rel =" noopener " href=" http://www.linkedin.com/shareArticle?mini=true&url={{uri.route(true, true)}}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
Twitter Partager
<img src="/user/themes/lecampus/images/in_black.svg" alt="linkedin" /> <img src="/user/themes/lecampus/images/in_black.svg" alt="linkedin" />
</a> </a>
</div> </div>
<div class="txt"> <div class="txt">
{{page.content}} {{page.content}}
</div> </div>
</div> </div>