adds static files to server

This commit is contained in:
2020-05-11 21:00:00 +00:00
parent 76a8b97ae4
commit a4265a44f5
10 changed files with 433 additions and 1 deletions

View File

@ -54,6 +54,7 @@
}
// Todo getting the element id is currently done over [0] [#02]
this.element.css({'backgroundColor': this.color, 'color': this.color});
post("color", this.element[0].id, this.color);
}
});