forked from dk96/QuotationMaker
updates
parent
c896bd77d9
commit
51d862818e
|
|
@ -202,7 +202,7 @@ function logout() {
|
||||||
data: null,
|
data: null,
|
||||||
success: function (data, textStatus, jqXHR) {
|
success: function (data, textStatus, jqXHR) {
|
||||||
if (data.ret == "yes") {
|
if (data.ret == "yes") {
|
||||||
location.href = "/Root/Login";
|
location.href = "/Home/Login";
|
||||||
//location.href = "/BackEnd/nounsList";
|
//location.href = "/BackEnd/nounsList";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue