File: /home/zwafgyp/lacalita/wp-content/uploads/custom-css-js/491.js
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
jQuery(document).ready(function( $ ){
$('#rey-btn-lang-choice').click(function() {
var btns_lang = $('.rey-langSwitcher');
btns_lang.each(function(index, btn) {
var $btn = $(btn);
if ($btn.css("display") === "block") {
$btn.css("display", "none");
} else {
$(btn).css({"display": "block", "width": "20px"});
}
});
});
});</script>
<!-- end Simple Custom CSS and JS -->