Removed unnecessary parsing
This commit is contained in:
parent
4d9bc5744c
commit
f88a95d489
@ -35,7 +35,6 @@ search = {
|
||||
if (data&&data.photos) {
|
||||
album.json = { content: data.photos };
|
||||
$.each(album.json.content, function() {
|
||||
album.parse(this);
|
||||
photosData += build.photo(this);
|
||||
});
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user