9 lines
321 B
PHP
9 lines
321 B
PHP
<?php $effortHtml = $this->loadModel('effort')->createAppendLink('story', $story->id); ?>
|
|
<script>
|
|
$('#mainContent .main-actions:first .btn-toolbar .divider:first').after(<?php echo json_encode($effortHtml);?>);
|
|
$(function()
|
|
{
|
|
$(".effort").modalTrigger({width:1024, iframe:true, transition:'elastic'});
|
|
});
|
|
</script>
|