Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cms/templates/js/course-outline.underscore
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ if (is_proctored_exam) {
</a>
</li>
<% } %>
<% if (enableCopyPasteUnits) { %>
<% if (typeof enableCopyPasteUnits !== "undefined" && enableCopyPasteUnits) { %>
<!--
If the ENABLE_COPY_PASTE_UNITS feature flag is enabled, all these actions (besides "Publish")
appear in a menu. We use .nav-dd on the parent element and .nav-item on this button to get the
Expand Down