Cireson - Team Work - Hide Box "Show Activities"
Dear All,
Is there a way to hide "Show Activities" under "Team Work".
Kind Regards
Daniel
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
Adding this to custom.js in inetpub\CustomSpace should work:
$(document).ready(function () { setTimeout(function() { var url = window.location.href; if (url.indexOf("f94d43eb-eb42-4957-8c48-95b9b903c631") > 0 ) { $('#showActivitiesInGrid').parent().hide() } }, 1400); });
5
Answers
Adding this to custom.js in inetpub\CustomSpace should work:
This breaks other items in the custom.js, is there anyway to do this in custom.css?
Thanks for the help.
Daniel
I managed to get this to work from your code.
Really appreciate the help with this.
Daniel
Hi Daniel,
Can you please share your solution in case others want the same?
Geoff
Hi Geoff,
Justin's code worked for me.
Thanks you
Daniel