Alogotron commited on
Commit
2741b6f
·
verified ·
1 Parent(s): 6cd97d4

Fix analysis function call blocking send

Browse files
Files changed (1) hide show
  1. static/brain_engine.js +1 -1
static/brain_engine.js CHANGED
@@ -448,7 +448,7 @@
448
  generating = true; sendBtn.disabled=true;
449
  setStatus('Both models thinking...');
450
  finalResponses = { base: '', oblit: '' };
451
- renderAnalysis('running');
452
  eegHist.base = []; eegHist.oblit = [];
453
  fireCounts.base = {}; fireCounts.oblit = {};
454
  baseline = { base: {n:0, sum:[]}, oblit: {n:0, sum:[]} };
 
448
  generating = true; sendBtn.disabled=true;
449
  setStatus('Both models thinking...');
450
  finalResponses = { base: '', oblit: '' };
451
+ renderFallbackAnalysis('running');
452
  eegHist.base = []; eegHist.oblit = [];
453
  fireCounts.base = {}; fireCounts.oblit = {};
454
  baseline = { base: {n:0, sum:[]}, oblit: {n:0, sum:[]} };