Removed unnecessary parsing

pull/208/head
Tobias Reich 10 years ago
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…
Cancel
Save