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(){ ...@@ -85,9 +85,9 @@ $().ready(function(){
</tbody> </tbody>
</table>'; </table>';
if ("dcat:domain" in graphelements[i]) { if ("dcat:domain" in graphelements[i]) {
$('#iproperties').append(indexhtml); $('#iproperties').append(indexhtml);
$('#properties').append(headerhtml); $('#properties').append(headerhtml);
$('#properties').append(table); $('#properties').append(table);
} else { } else {
$('#iclasses').append(indexhtml); $('#iclasses').append(indexhtml);
$('#classes').append(headerhtml); $('#classes').append(headerhtml);
......
...@@ -13,6 +13,7 @@ $().ready(function(){ ...@@ -13,6 +13,7 @@ $().ready(function(){
$.getJSON( "{{ include.folder }}", function( data ) { $.getJSON( "{{ include.folder }}", function( data ) {
var description = data["description"]; var description = data["description"];
$('#contents').append(description); $('#contents').append(description);
$('#contents').append("keooo");
}); });
}); });
</script> </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