less aggressive warning :)

这个提交包含在:
HB9HIL 2023-10-26 23:01:48 +02:00
父节点 a3f4f1b564
当前提交 9d5e0ccfe5

查看文件

@ -630,12 +630,11 @@ $(document).ready(function () {
$(".js-save-to-log").click(function () {
if ($("textarea").val() === "") {
BootstrapDialog.alert({
type: BootstrapDialog.TYPE_DANGER,
title: "QSO List empty!",
message: "You first have to enter some QSO!",
});
} else {
$('#textarea').css('border', '2px solid rgb(217, 83, 79)');
setTimeout(function() {
$('#textarea').css('border', '');
}, 2000);
}else {
handleInput();
BootstrapDialog.confirm({
title: "ATTENTION",