less aggressive warning :)
这个提交包含在:
父节点
a3f4f1b564
当前提交
9d5e0ccfe5
共有 1 个文件被更改,包括 5 次插入 和 6 次删除
|
|
@ -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",
|
||||
|
|
|
|||
正在加载…
在新工单中引用