Index: lams_central/web/includes/javascript/progressBar.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/progressBar.js,v diff -u -r1.13.2.11 -r1.13.2.12 --- lams_central/web/includes/javascript/progressBar.js 9 Aug 2016 00:16:19 -0000 1.13.2.11 +++ lams_central/web/includes/javascript/progressBar.js 4 Nov 2016 01:59:28 -0000 1.13.2.12 @@ -1028,8 +1028,10 @@ return; } // if there is no progress returned for the given user + // in monitoring we show not started, in learning just do not show anything. if (!result) { - barContainer.text(LABELS.PROGRESS_NOT_STARTED); + if ( typeof LABELS != "undefined" && typeof LABELS.PROGRESS_NOT_STARTED != "undefined") + barContainer.text(LABELS.PROGRESS_NOT_STARTED); return; } // if nothing changed, don't do any calculations