Restore "All Courses" Button in Canvas Dashboard

cmartinez9
Community Novice

We have been using custom javascript to enable a "View All Courses" button within the Dashboard tab. The button populates for 1 second before disappearing. I attached a photo of a working instance. 


Does anyone have any suggestion on how to fix this or have this working for their instance? 

/*************************************************************************
* CAN-223 Make it easier to find All Courses page
**************************************************************************/


$("h1.ic-Dashboard-header__title").after('<a href=\"/courses\" class=\"Button button-sidebar-wide\">View All Courses</a>');

0 Likes