less aggressive warning :)

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

查看文件

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