mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
ECP-206 Delete the 3 info boxes for each sub-category on the Browse page
This commit is contained in:
parent
aa39303dfc
commit
b6675c2516
15 changed files with 43 additions and 63 deletions
|
|
@ -49,7 +49,7 @@ class SurveyResponsesDataLoader
|
|||
|
||||
workers = pool_size.times.map do
|
||||
Thread.new do
|
||||
while slice = jobs.pop(true)
|
||||
while (slice = jobs.pop(true))
|
||||
|
||||
slice.each do |line|
|
||||
survey_item_responses = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue