Skip to content
Snippets Groups Projects
Unverified Commit ce110496 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Also handle the graph


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 14053d20
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@
});
var cols = [
{foreach $slots as $id=>$slot}
$('<div/>').html('{$slot->title|markdown:true}').text(),
$('<div/>').html('{markdown_to_text markdown=$slot->title id=$id}').text(),
{/foreach}
];
......
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