Index: lams_central/web/editLessonIntro.jsp =================================================================== diff -u -rd1bd9bd5e64acfc2e661fccd282079b1e60c7c7f -r169f966c6669b38b4180cab310ff7b8616ee1990 --- lams_central/web/editLessonIntro.jsp (.../editLessonIntro.jsp) (revision d1bd9bd5e64acfc2e661fccd282079b1e60c7c7f) +++ lams_central/web/editLessonIntro.jsp (.../editLessonIntro.jsp) (revision 169f966c6669b38b4180cab310ff7b8616ee1990) @@ -21,7 +21,8 @@ }, success: function() { alert(''); - if ( typeof parent.window.closeIntroductionDialog !== "undefined") { + if ( typeof parent.window.refreshMonitor !== "undefined") { + parent.window.refreshMonitor('lesson', false); parent.window.closeIntroductionDialog(); } }