mirror of
https://github.com/alei1180/curlone.git
synced 2026-06-21 01:30:38 +02:00
refactor(web): Исправление названия функции
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
let command = getCommand();
|
||||
let lang = getLang();
|
||||
|
||||
if (!isAllowedRequests()) return;
|
||||
if (!isRequestAllowed()) return;
|
||||
hideErrors();
|
||||
|
||||
let req = new XMLHttpRequest();
|
||||
@@ -451,7 +451,7 @@
|
||||
convertInput.disabled = !isEnable;
|
||||
}
|
||||
|
||||
function isAllowedRequests() {
|
||||
function isRequestAllowed() {
|
||||
return !convertButton.disable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user