v1.0.178: убрал неиспользуемую llmStart после Фазы 3
This commit is contained in:
@@ -298,8 +298,6 @@ document.getElementById('llmBtn').addEventListener('click', function() {
|
||||
compareBody.innerHTML = '';
|
||||
compareStatus.textContent = '⏳ 0.0с';
|
||||
|
||||
var llmStart = Date.now();
|
||||
|
||||
var order = state.files.map(function(f) { return f.supp_id; }).filter(Boolean).join(',');
|
||||
var url = 'https://contracts.kube5s.ru/process-v2?contract_id=' + state.contractId +
|
||||
(order ? '&order=' + encodeURIComponent(order) : '');
|
||||
|
||||
Reference in New Issue
Block a user