Merge branch 'master' into dist/envole/6/master

This commit is contained in:
Arnaud Fornerot 2020-10-23 14:28:03 +02:00
commit cd4472ee71
3 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@
{% if activate_widsonde %} {% if activate_widsonde %}
$( ".linktosonde" ).click(function() { $( ".linktosonde" ).click(function() {
title=$(this).attr("data-sonde"); title=$(this).attr("data-sonde");
$.getScript( "{{ widsonde_url }}?appli="+title ); //$.getScript( "{{ widsonde_url }}?appli="+title );
}); });
{% endif %} {% endif %}

View File

@ -197,7 +197,7 @@
{% if activate_widsonde %} {% if activate_widsonde %}
$( ".linktosonde" ).click(function() { $( ".linktosonde" ).click(function() {
title=$(this).attr("data-sonde"); title=$(this).attr("data-sonde");
$.getScript( "{{ widsonde_url }}?appli="+title ); //$.getScript( "{{ widsonde_url }}?appli="+title );
}); });
{% endif %} {% endif %}

View File

@ -278,7 +278,7 @@
{% if activate_widsonde %} {% if activate_widsonde %}
$( ".linktosonde" ).click(function() { $( ".linktosonde" ).click(function() {
title=$(this).attr("data-sonde"); title=$(this).attr("data-sonde");
$.getScript( "{{ widsonde_url }}?appli="+title ); //$.getScript( "{{ widsonde_url }}?appli="+title );
}); });
{% endif %} {% endif %}