Skip to content
Snippets Groups Projects
Commit e903efbd authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

try new representation

parent 7f083eff
No related branches found
No related tags found
No related merge requests found
...@@ -286,8 +286,8 @@ if(typeof IMP_STATS !== 'undefined') { ...@@ -286,8 +286,8 @@ if(typeof IMP_STATS !== 'undefined') {
$('#but-raw').on('change', function(){ $('#but-raw').on('change', function(){
console.log($(this).val()); var val = $('input[name="raw-data"]:checked').val();
$("#ifr-raw-stat").attr('src', $(this).val()); $("#ifr-raw-stat").attr('src', val);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment