Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- if ($('html').attr('lang') == 'en-US') {
- $('body').removeClass('et_vertical_right').addClass('et_vertical_left');
- }
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment