EduardET

Untitled

Jun 27th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var footer_link = $('#footer-info > span > a'),
  5.             lang = $('html').attr('lang');
  6.             if (lang == 'de-DE') {
  7.                 footer_link.attr('href','/de/')
  8.             } else {
  9.                 footer_link.attr('href','/')
  10.             }
  11.     });
  12. })(jQuery);
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment