mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-09 22:28:48 +02:00
Prevent unload popup when performing a copy action
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<input type="hidden" name="task" value="copy" />
|
||||
<div class="button-bar">
|
||||
<button data-remodal-action="cancel" class="button secondary remodal-cancel"><i class="fa fa-fw fa-close"></i> Cancel</button>
|
||||
<button class="button success">{{ "PLUGIN_ADMIN.CONTINUE"|tu }}</button>
|
||||
<button class="button success" data-flex-safe-action>{{ "PLUGIN_ADMIN.CONTINUE"|tu }}</button>
|
||||
</div>
|
||||
|
||||
{{ nonce_field('admin-form', 'admin-nonce')|raw }}
|
||||
|
||||
Reference in New Issue
Block a user