Merge pull request #4007 from SaintPeter/fix/json-filter
Fix for JSON Prefilter issue
This commit is contained in:
@ -308,18 +308,18 @@
|
||||
"",
|
||||
" var html = \"\";",
|
||||
"",
|
||||
" // Only change code below this line.",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
" // Only change code above this line.",
|
||||
"",
|
||||
" json.map(function(val){",
|
||||
"",
|
||||
" val = \"<img src = '\" + val.imageLink + \"'/>\" ",
|
||||
"",
|
||||
" html = html + \"<div class = 'cat'>\"",
|
||||
"",
|
||||
" // Only change code below this line.",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
" // Only change code above this line.",
|
||||
"",
|
||||
" html = html + '<div>' + val + '</div>';",
|
||||
"",
|
||||
" html = html + \"</div>\"",
|
||||
|
Reference in New Issue
Block a user