fixed html elements properties

This commit is contained in:
2023-07-01 02:14:24 +05:00
parent c6a86f8084
commit 7d8b0ec3cc
6 changed files with 19 additions and 14 deletions

View File

@ -141,7 +141,7 @@ function get_sid(hostname){
}
function new_obj(name,img,height,width,description,callback){
$.post( "/new_obj", { name:name,img:img })
$.post( "/new_obj", { name:name,img:img,desc:description })
.done(function( res ) {
// if(res["out"] == "good"){
// console.log(res["body"]);