Commit 34fbf368e05ed9560345d0c128d08901547fdd27

fix for previous commit

Commit diff

Support/app/controllers/remote_controller.rb

 
147147 end
148148
149149 def progress_start(remote, state, count)
150 puts("<div>#{remote}_#{state} #{count} objects. <span id='#{state}_progress'>0% 0 / #{count}</span></div>")
150 puts("<div>#{state} #{count} objects. <span id='#{remote}_#{state}_progress'>0% 0 / #{count}</span></div>")
151151 end
152152
153153 def progress(remote, state, percentage, index, count)
toggle raw diff