sancarn / awesome-vba

A curated list of awesome VBA/VB6 frameworks, libraries, software and resources
Other
290 stars 32 forks source link

Remove cache updating params #19

Closed DecimalTurn closed 1 year ago

DecimalTurn commented 1 year ago

Looks like having a query param in the URL for the SVGs causes issue with the Andoid mobile app. Those were useful to force the cache update of those images while making changes, but we can safely remove those now.

I've reported the bug to GitHub, but to fix it quickly for now, I've just removed them.

How it looked on the mobile app before the change: image

sancarn commented 1 year ago

Interesting this wasn't an issue on my end but will merge anyway :)