mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update edit-page.html.php
This commit is contained in:
parent
aa5d1f4ade
commit
4d5d45346f
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ $('.img-container').on("click", ".the-img", function(e) {
|
|||
document.getElementById('hideButton').addEventListener('click', toggleDivs);
|
||||
</script>
|
||||
<?php if (config('autosave.enable') == 'true'):?>
|
||||
<?php if ($type !== 'is_category' || $type !== 'is_profile') :?>
|
||||
<?php if ($type !== 'is_category' && $type !== 'is_profile') :?>
|
||||
<?php if (stripos($dir . '/', '/draft/') !== false): ?>
|
||||
<script src="<?php echo site_url();?>system/resources/js/save_draft.js"></script>
|
||||
<?php endif;?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue