Skip to content

Commit

Permalink
Fixed issue #10742: not possible to browse answers in statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 14, 2016
1 parent 3badf27 commit 7528cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/statistics.js
Expand Up @@ -273,7 +273,7 @@ $(document).ready(function() {
}
if(destinationdiv.parents("td:first").css("display") != "none") {
$.post(listColumnUrl+'/'+id+'/'+extra, function(data) {
destinationdiv.html(data);
$('#' + id).parent().append(data);
});
}
}
Expand Down

0 comments on commit 7528cd8

Please sign in to comment.