project page fixes

This commit is contained in:
2023-06-30 01:57:12 +05:00
parent 73630d4bb6
commit de5879069b
8 changed files with 214 additions and 61 deletions

View File

@ -66,7 +66,7 @@ function log_by_sid() {
$.post( "/sid_log")
.done(function( res ) {
console.log("ping");
if(res["out"] == "goto"){
if(res["out"] == "good"){
goto(res["url"]);
}
else if (res["out"] == "bad"){