SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <script type="text/javascript">
- $j(document).ready(function() {
- var lang = "{{current_user.language}}";
- if (lang == "Français") {
- $j("#end-user-form h3:contains('Date')").hide();
- $j('#ticket_fields_20324906').hide();
- } else if (lang == "English") {
- $j("#end-user-form h3:contains('Jour')").hide();
- $j('#ticket_fields_20342478').hide();
- }
- });
- </script>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.