Index: lams_central/web/addLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/addLesson.jsp,v diff -u -r1.16.2.4 -r1.16.2.5 --- lams_central/web/addLesson.jsp 4 Sep 2015 07:50:03 -0000 1.16.2.4 +++ lams_central/web/addLesson.jsp 5 Feb 2016 09:53:04 -0000 1.16.2.5 @@ -49,10 +49,18 @@ initClassTab(); initAdvancedTab(); initConditionsTab(); + + // remove "loading..." screen + $('#loadingOverlay').remove(); }); +<%-- "loading..." screen, gets removed on page full load --%> +
+ +
+