linkkf 로직수정중

This commit is contained in:
2025-12-25 19:42:32 +09:00
parent 695d26767e
commit af9a38a973
128 changed files with 8711 additions and 1484 deletions

View File

@@ -45,7 +45,6 @@ $("body").on('click', '#login_btn', function(e){
$('#username').val(),
$('#password').val(),
$("#remember").is(":checked"),
'',
function(data) {
if (data == 'redirect') {
next = document.getElementById("next").value;
@@ -53,7 +52,6 @@ $("body").on('click', '#login_btn', function(e){
if (next == '' || next == 'None' || next == '/system/restart' || '/system/shutdown') {
next = '/'
}
//console.log(next)
window.location.href = next;
} else if (data == 'no_id') {
$.notify('<strong>ID가 없습니다.</strong>', {