hide play/pause button for time_worked field for Incident

Deepa Srivastav
Kilo Sage

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.

1 ACCEPTED SOLUTION

Works on Fuji



jQuery('#link\\.incident\\.time_worked').parent().hide();


View solution in original post

19 REPLIES 19

Kalaiarasan Pus
Giga Sage

Which release is your instance on?


geneva n fuji


Can your instance run 2 releases parallelly just like a laptop having Linux and Windows?


no..i have 2 instances , one in geneva one in Fuji..in both m facing this issue.