Skip to content

Commit

Permalink
Merge pull request #19 from theohbrothers/fix/gallery-fix-tile-larger…
Browse files Browse the repository at this point in the history
…-mode-not-working

Fix (gallery): Fix tile larger mode not working
  • Loading branch information
leojonathanoh authored Aug 27, 2021
2 parents de9a9a5 + 4688682 commit 189569f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webize
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ cat - >> "$indexHtm" <<'EOF'
break;
case "tilelarger":
if (modePrev === "tilesmaller" || modePrev === "tilelarger") {
tilesmaller();
tilelarger();
}else {
tilesmaller(true);
tilelarger(true);
}
break;
default:
Expand Down

0 comments on commit 189569f

Please sign in to comment.