v0.0.75: кнопка disabled при 0 файлов, фильтр документов в expand_zips, README-риски
Deploy drhider / validate (push) Canceled after 0s
Deploy drhider / validate (push) Canceled after 0s
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ if _sys_path_root not in sys.path:
|
||||
sys.path.insert(0, _sys_path_root)
|
||||
|
||||
# Версия приложения (меняется при изменениях)
|
||||
VERSION = "0.0.74"
|
||||
VERSION = "0.0.75"
|
||||
|
||||
|
||||
def setup_logging():
|
||||
|
||||
@@ -264,7 +264,7 @@ function resetAll() {
|
||||
db.classList.remove('show');
|
||||
document.getElementById('statsBlock').classList.remove('show');
|
||||
document.getElementById('liveBlock').classList.remove('show');
|
||||
ub.disabled = false;
|
||||
// Кнопку «Обфусцировать» НЕ перекрываем: rr() уже поставил disabled при пустом списке
|
||||
}
|
||||
|
||||
// При F5 / закрытии вкладки — обрубить всё
|
||||
|
||||
Reference in New Issue
Block a user