Index: lams_central/web/addLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/addLesson.jsp,v diff -u -r1.19 -r1.20 --- lams_central/web/addLesson.jsp 9 Jun 2015 20:14:20 -0000 1.19 +++ lams_central/web/addLesson.jsp 5 Feb 2016 09:45:12 -0000 1.20 @@ -49,10 +49,18 @@ initClassTab(); initAdvancedTab(); initConditionsTab(); + + // remove "loading..." screen + $('#loadingOverlay').remove(); });
+<%-- "loading..." screen, gets removed on page full load --%> +