We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9603157 commit 0fac101Copy full SHA for 0fac101
tests/www/examples/standalone/example2.js
@@ -52,11 +52,11 @@ function search_questions(search, target){
52
53
//loop trough the results
54
$.each(data['results']['bindings'], function(index, value){
55
-
+
56
//get questiontext
57
var question = value['questiontext']['value'];
58
//get the study
59
- var study = value['value'];
+ var study = value['study']['value'];
60
61
//add to the result div
62
$('<p>'+question+'<br /><a href="'+study+'">go to the study</a></p>').appendTo('#'+target);
0 commit comments