Created
May 20, 2015 19:33
-
-
Save bmccormack/96ee4a01ad8a404643be to your computer and use it in GitHub Desktop.
In Unbabel, change the UK flag icons to US flag icons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('p.fontStyle2 img[src^="https://s3.amazonaws.com/unbabel-production/static/img/lang/en.png"]').attr('src', 'https://s3.amazonaws.com/unbabel-production/static/img/lang/en-us.png') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment