Skip to content

Commit

Permalink
Render external resources in www theme (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimjaved12 committed Jul 5, 2024
1 parent 6878acf commit e87d91c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions course-v2/assets/course-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
checkAnswer,
showSolution
} from "./js/quiz_multiple_choice"
import { initExternalLinkModal } from "./js/external_link_modal"

export interface OCWWindow extends Window {
initNanogallery2: () => void
Expand All @@ -28,7 +27,6 @@ $(function() {
checkAnswer()
showSolution()
initCourseDrawersClosingViaSwiping()
initExternalLinkModal()
})

let nanogallery2Loaded = false
Expand Down
1 change: 1 addition & 0 deletions www/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{{ partial "include_js.html" (dict "context" . "urls" $js_urls) }}
<!-- Appzi: Capture Insightful Feedback -->
{{ partial "mathjax_if_necessary.html" (dict "context" .) }}
{{ partial "external_link_modal" }}
<script async src="https://w.appzi.io/w.js?token=Tgs1d"></script>

<!-- End Appzi -->
Expand Down

0 comments on commit e87d91c

Please sign in to comment.