Also handle the graph
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
14053d20c9
commit
ce11049630
@ -303,7 +303,7 @@
|
|||||||
});
|
});
|
||||||
var cols = [
|
var cols = [
|
||||||
{foreach $slots as $id=>$slot}
|
{foreach $slots as $id=>$slot}
|
||||||
$('<div/>').html('{$slot->title|markdown:true}').text(),
|
$('<div/>').html('{markdown_to_text markdown=$slot->title id=$id}').text(),
|
||||||
{/foreach}
|
{/foreach}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user