Browse Source

Removed unnecessary parsing

Tobias Reich 10 years ago
parent
commit
f88a95d489
2 changed files with 0 additions and 1 deletions
  1. 0 1
      assets/js/search.js
  2. 0 0
      assets/min/main.js

+ 0 - 1
assets/js/search.js

@@ -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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff