Skip to content
Snippets Groups Projects
Commit 186976f7 authored by AJRubio-Montero's avatar AJRubio-Montero
Browse files

.....

parent affb5364
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,9 @@ $().ready(function(){
</tbody>
</table>';
if ("dcat:domain" in graphelements[i]) {
$('#iproperties').append(indexhtml);
$('#iproperties').append(indexhtml);
$('#properties').append(headerhtml);
$('#properties').append(table);
$('#properties').append(table);
} else {
$('#iclasses').append(indexhtml);
$('#classes').append(headerhtml);
......
......@@ -13,6 +13,7 @@ $().ready(function(){
$.getJSON( "{{ include.folder }}", function( data ) {
var description = data["description"];
$('#contents').append(description);
$('#contents').append("keooo");
});
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment