Skip to content
Snippets Groups Projects
Unverified Commit fc60f7b9 authored by Calen Pennington's avatar Calen Pennington Committed by GitHub
Browse files

Merge pull request #23746 from cpennington/pre-load-html-for-static-tabs

Load XBlockToXModuleShim for Studio Tabs page
parents 449b6d01 9e620d3b
No related merge requests found
......@@ -4,6 +4,7 @@ import * as xmoduleLoader from 'xmodule';
import './base';
import 'cms/js/main';
import 'xblock/cms.runtime.v1';
import 'xmodule/js/src/xmodule'; // Force the XBlockToXModuleShim to load for Static Tabs
'use strict';
export default function EditTabsFactory(courseLocation, explicitUrl) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment