Skip to content
Snippets Groups Projects
Verified Commit 0a1fb7ef authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Removed unnecessary TODO

parent af3dba4d
No related branches found
No related tags found
No related merge requests found
......@@ -1010,7 +1010,6 @@ var form_elements = new function () {
*/
this._make_field_wrapper = function (name) {
caosdb_utils.assert_string(name, "param `name`");
// TODO check where caosdb-f-entity-property class was used
return $('<div class="form-group caosdb-f-field" data-field-name="' + name + '" />')
.css({"padding": "0"})[0];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment