Index: lams_central/web/includes/javascript/pedagogicalPlanner.js =================================================================== diff -u -rf2b82d4ff48ae84e7c8adf5464b6301319db01c5 -ra6d112c21a657bd1bd06e6283b729b52ad943bba --- lams_central/web/includes/javascript/pedagogicalPlanner.js (.../pedagogicalPlanner.js) (revision f2b82d4ff48ae84e7c8adf5464b6301319db01c5) +++ lams_central/web/includes/javascript/pedagogicalPlanner.js (.../pedagogicalPlanner.js) (revision a6d112c21a657bd1bd06e6283b729b52ad943bba) @@ -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();