Created
October 22, 2020 23:08
-
-
Save ygerasimov/35f11e07eb6f18b0073b6e4730aa6f3a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if (window.location.hash == '#language-switcher') { | |
jQuery('.language-select').click(); | |
} | |
if (window.location.hash == '#second-slide') { | |
jQuery('#slick-slide-control01').click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment