linkkf 로직수정중
This commit is contained in:
@@ -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>', {
|
||||
|
||||
Reference in New Issue
Block a user