diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index 68321a0bfd..6340563b2f 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -66,6 +66,9 @@ "num": "${context_course.location.course | n, js_escaped_string}", "display_course_number": "${context_course.display_coursenumber | n, js_escaped_string}", "revision": "${context_course.location.revision | n, js_escaped_string}" + }, + "help_tokens": { + "files": "${get_online_help_info(online_help_token())['doc_url'] | n, js_escaped_string}" } }