Browse Source

Removed unused data attribute

Tobias Reich 10 years ago
parent
commit
e39d70ab15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scripts/build.js

+ 1 - 1
src/scripts/build.js

@@ -76,7 +76,7 @@ build.album = function(data) {
 	if (data.thumb0.split('.').pop()==='svg') typeThumb = 'nonretina';
 
 	html =	`
-			<div class='album' data-id='${ data.id }' data-password='${ data.password }'>
+			<div class='album' data-id='${ data.id }'>
 				<img src='${ data.thumb2 }' width='200' height='200' alt='thumb' data-type='nonretina'>
 				<img src='${ data.thumb1 }' width='200' height='200' alt='thumb' data-type='nonretina'>
 				<img src='${ data.thumb0 }' width='200' height='200' alt='thumb' data-type='${ typeThumb }'>