Index: lams_central/web/includes/javascript/pedagogicalPlanner.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/pedagogicalPlanner.js,v diff -u -r1.29 -r1.30 --- lams_central/web/includes/javascript/pedagogicalPlanner.js 22 Sep 2011 14:25:07 -0000 1.29 +++ lams_central/web/includes/javascript/pedagogicalPlanner.js 30 Jan 2014 23:27:31 -0000 1.30 @@ -162,7 +162,8 @@ function checkSubmitOperationsCompleted(){ if (activitiesResponded==activitySupportingPlannerCount && activityCallRetrievedID==callAttemptedID - && sequenceDetailsCallRetrievedID==callAttemptedID){ + && sequenceDetailsCallRetrievedID==callAttemptedID + || (activitySupportingPlannerCount == 0)){ $('#pedagogicalPlannerBusy').hide(); if (sequenceDetailsValid && activitiesValid==activitiesResponded){ $('#pedagogicalPlannerInfoArea').show();