refonte sonde

This commit is contained in:
afornerot 2020-10-23 14:19:50 +02:00
parent a0002bcd90
commit 0a15805d4b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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