Simplify code to handle ajax popover and redirects
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p id="screenshot-inner"><?= t('Take a screenshot and press CTRL+V or ⌘+V to paste here.') ?></p>
|
||||
</div>
|
||||
|
||||
<form action="<?= $this->url->href('file', 'screenshot', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'redirect' => $redirect)) ?>" method="post">
|
||||
<form class="popover-form" action="<?= $this->url->href('file', 'screenshot', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" method="post">
|
||||
<input type="hidden" name="screenshot"/>
|
||||
<?= $this->form->csrf() ?>
|
||||
<div class="form-actions">
|
||||
|
||||
Reference in New Issue
Block a user