Disabling a Canvas internal tool with JavaScript

Jump to solution
wojcika
Community Explorer

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. 

Labels (1)
0 Likes
1 Solution
jboehly
Instructure
Instructure

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.

How do I manage Course Navigation links? 

View solution in original post