Skip to content

Commit

Permalink
Fix (gallery): Fix tile larger mode not working
Browse files Browse the repository at this point in the history
Fixes regression in #17
  • Loading branch information
leojonathanoh committed Aug 27, 2021
1 parent de9a9a5 commit 4688682
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 4688682

Please sign in to comment.