Index: lams_central/web/editLessonIntro.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/editLessonIntro.jsp,v diff -u -r1.3.2.3 -r1.3.2.4 --- lams_central/web/editLessonIntro.jsp 7 Nov 2016 04:42:26 -0000 1.3.2.3 +++ lams_central/web/editLessonIntro.jsp 7 Nov 2016 11:17:56 -0000 1.3.2.4 @@ -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(); } }