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