- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 08:09 AM
I am trying to hide play/pause button for time_worked field for Incident.
I tried using below code in onload :
$('link.incident.time_worked').hide(); but its not working for me. I tried this in Fuji and Geneva.
Only the image gets hidden, but a square still appears and we can click that too which starts/pause the timer.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 10:35 AM
Works on Fuji
jQuery('#link\\.incident\\.time_worked').parent().hide();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 08:10 AM
Which release is your instance on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 10:10 AM
geneva n fuji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 10:17 AM
Can your instance run 2 releases parallelly just like a laptop having Linux and Windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 10:18 AM
no..i have 2 instances , one in geneva one in Fuji..in both m facing this issue.