Lashtw commited on
Commit
f5857ea
·
verified ·
1 Parent(s): 698649c

Upload 10 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +2 -1
src/views/InstructorView.js CHANGED
@@ -2640,9 +2640,10 @@ function showBroadcastModal(userId, challengeId) {
2640
  }, 10);
2641
  }
2642
 
 
2643
  // Bind to window
2644
  window.renderTransposedHeatmap = renderTransposedHeatmap;
2645
  window.showBroadcastModal = showBroadcastModal;
2646
- }
2647
 
2648
 
 
2640
  }, 10);
2641
  }
2642
 
2643
+
2644
  // Bind to window
2645
  window.renderTransposedHeatmap = renderTransposedHeatmap;
2646
  window.showBroadcastModal = showBroadcastModal;
2647
+
2648
 
2649