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

.....

parent 186976f7
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ $().ready(function(){ ...@@ -113,7 +113,7 @@ $().ready(function(){
### Properties ### Properties
<div id="properties"></div> <div id="properties"></div>
{% else %} {% else %}
......
...@@ -12,11 +12,10 @@ ...@@ -12,11 +12,10 @@
$().ready(function(){ $().ready(function(){
$.getJSON( "{{ include.folder }}", function( data ) { $.getJSON( "{{ include.folder }}", function( data ) {
var description = data["description"]; var description = data["description"];
$('#contents').append(description); $('#des').append(description);
$('#contents').append("keooo"); $('#des').append("keooo");
}); });
}); });
</script> </script>
<div id="contents"></div> <div id="contents"></div>
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
"publisher": { "@id": "/defs/lagoCollaboration.jsonld" , "@type": "lago:Organization", "name" : "LAGO Collaboration" }, "publisher": { "@id": "/defs/lagoCollaboration.jsonld" , "@type": "lago:Organization", "name" : "LAGO Collaboration" },
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"accessRigths": "@id", "accessRigths": "@id",
"type": "Markdown" "type": "Markdown",
"description": '### hola2' "description": '#### hola2'
} }
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