Compare commits

..

No commits in common. "cd4472ee713ec774fd573ae565f45cade064224f" and "2c8cc7a987eace9335460fbb356893ce6655ce9c" have entirely different histories.

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 %}