Disabling a Canvas internal tool with JavaScript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I have been searching for days to find a solution to disable an internal tool provided by default in Canvas. In this instance I am trying to get rid of "Syllabus". I found another post that contained this JavaScript code (which worked) to hide it from the course menu but it still appears under the course Navigation and in some cases is still enabled.
$(document).ready(function(){
$('a.syllabus').hide();
});
I know that it cannot be manipulated like external LTI tools so I am at a loss as to how to disable at the account level.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
"Syllabus" is one of the course navigation links that will still be visible to instructors even if they have been hidden or disabled. If you want to see about making a change to the "Syllabus" link on the account level, you will need to contact support and open a case.