Skip to content

Commit 8d785e5

Browse files
authored
Create timeworkedhidetimer.js
1 parent 204e5cd commit 8d785e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function onLoad() {
2+
3+
$j('div[id="element.incident.time_worked"]').children('.form-field-addons').hide();
4+
5+
//if you use other tables, just adjust the dot-walking element ie change_request.time_worked
6+
7+
}

0 commit comments

Comments
 (0)