Merge pull request #4007 from SaintPeter/fix/json-filter

Fix for JSON Prefilter issue
This commit is contained in:
Berkeley Martinez
2015-10-29 15:23:37 -07:00

View File

@ -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>\"",