Skip to content
Snippets Groups Projects
Commit 2a123c26 authored by Jared Hancock's avatar Jared Hancock
Browse files

pjax: After a POST, disable pjax for the next click

parent 838ef9b2
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
| <a href="logout.php?auth=<?php echo $ost->getLinkToken(); ?>" class="no-pjax">Log Out</a>
</p>
</div>
<div id="pjax-container">
<div id="pjax-container" class="<?php if ($_POST) echo 'no-pjax'; ?>">
<?php } else {
if ($pjax = $ost->getExtraPjax()) { ?>
<script type="text/javascript">
......
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