diff --git a/assets/js/build.js b/assets/js/build.js index dfa25a4..b2631f9 100644 --- a/assets/js/build.js +++ b/assets/js/build.js @@ -56,9 +56,9 @@ build = { if (!lychee.publicMode) { if(albumJSON.star==1) album += ""; - if(albumJSON.public==1) album += ""; + if(albumJSON.public==1) album += ""; if(albumJSON.unsorted==1) album += ""; - if(albumJSON.recent==1) album += ""; + if(albumJSON.recent==1) album += ""; } @@ -139,9 +139,9 @@ build = { no_content += "
"; no_content += ""; - if (typ==="search") no_content += "

No results

"; - else if (typ==="picture") no_content += "

No public albums

"; - else if (typ==="cog") no_content += "

No Configuration!

"; + if (typ==="search") no_content += "

No results

"; + else if (typ==="picture") no_content += "

No public albums

"; + else if (typ==="cog") no_content += "

No Configuration!

"; no_content += "
";