refonte sonde
This commit is contained in:
parent
a0002bcd90
commit
0a15805d4b
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue