Обновить Auto lead/tampermonkey scrypt61.js
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
const data = await res.json();
|
||||
if (data.lead) {
|
||||
fillForm(data.lead);
|
||||
showNotification(`? Подставлено. Осталось: ${data.queue_size}`);
|
||||
showNotification(`Подставлено. Осталось: ${data.queue_size}`);
|
||||
updateCounter(data.queue_size);
|
||||
} else {
|
||||
showNotification('Нет лидов в очереди');
|
||||
|
||||
Reference in New Issue
Block a user