]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
index.html.in: begin writing a function to resize the ticket
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 2 Nov 2023 21:21:05 +0000 (17:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 03:18:35 +0000 (23:18 -0400)
commit8c70fa721a3209d211948a91ad2af160b5b5a863
tree53b979998ed6fc85f1541b96bac9d831da7dfe30
parent7e30b04138919010fae0a1ddf3e7cda6d78709f3
index.html.in: begin writing a function to resize the ticket

The BaltimoreLink, Commuter Bus, and MARC Train tickets are all
different sizes and have their service/zone names laid out a little
bit differently.

This commit adds a function, resize_ticket(), that will eventually
handle that.
index.html.in