diff --git a/cms/static/js/index.js b/cms/static/js/index.js index 432f99cd66..09c7de843e 100644 --- a/cms/static/js/index.js +++ b/cms/static/js/index.js @@ -168,7 +168,7 @@ define(['domReady', 'jquery', 'underscore', 'js/utils/cancel_on_escape', 'js/vie $('.libraries-tab').toggleClass('active', tab === 'libraries-tab'); // Also toggle this course-related notice shown below the course tab, if it is present: - $('.wrapper-creationrights').toggleClass('is-hidden', tab !== 'courses'); + $('.wrapper-creationrights').toggleClass('is-hidden', tab !== 'courses-tab'); }; };