...
|
...
|
@@ -389,7 +389,7 @@ function loadWaiting(status) { |
|
|
text += '○';
|
|
|
}, 600);
|
|
|
} else {
|
|
|
$submitBox.addClass('applying');
|
|
|
$submitBox.removeClass('applying');
|
|
|
clearInterval(timer);
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -425,7 +425,7 @@ $('.save-btn').click(function() { |
|
|
}
|
|
|
} else {
|
|
|
alert(jsonData.message);
|
|
|
loadWaiting();
|
|
|
loadWaiting(false);
|
|
|
}
|
|
|
});
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|