diff --git a/frontend/index.html b/frontend/index.html
index fdc0ad8..b1ed721 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -73,7 +73,7 @@
diff --git a/frontend/javascripts/entity.js b/frontend/javascripts/entity.js
index 4941520..0972e70 100644
--- a/frontend/javascripts/entity.js
+++ b/frontend/javascripts/entity.js
@@ -69,43 +69,24 @@ Entity.prototype.showDetails = function() {
* @todo implement/test
*/
Entity.prototype.getDOM = function() {
- var properties = $('
')
- .append($('
')
- .addClass('key')
- .text(key)
- )
- .append($(' | ')
- .addClass('value')
- .text(value)
- )
- );
- });
-
- var entity = getDefinition(entities, type);
-
- entity.required.each(function(index, property) {
- var property = getDefinition(properties, property);
-
- if (property) {
- $('#properties')
- .append($(' | ')
- .addClass('required')
- .append($('')
- .append($(' |