adds static files to server
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user