Removed unused data attribute
This commit is contained in:
parent
d7ba8b127b
commit
e39d70ab15
@ -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 }'>
|
||||
|
Loading…
Reference in New Issue
Block a user