diff --git a/cms/static/js/views/pages/container.js b/cms/static/js/views/pages/container.js index 1920a61edaed..9400c4ba2824 100644 --- a/cms/static/js/views/pages/container.js +++ b/cms/static/js/views/pages/container.js @@ -513,6 +513,7 @@ function($, _, Backbone, gettext, BasePage, if((blockType === 'html') || (useNewVideoEditor === 'True' && blockType === 'video') || (useNewProblemEditor === 'True' && blockType === 'problem') + || (blockType === 'games') ) { var destinationUrl = primaryHeader.attr('authoring_MFE_base_url') + '/' + blockType