Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 17, 2015
1 parent f7db533 commit a2be855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ container.appendChilds(prevb,nextb,img,infobut,infolay);
function init()
{
document.body.appendChilds(grid,container);
document.querySelector(".fileUpload").style.display = "none";
document.querySelector(".fileUpload").style.display = "";
imgs.forEach(addimg);
ety();
lhash();
Expand Down

0 comments on commit a2be855

Please sign in to comment.