You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm suggesting that you change the a:href link inside the the delete forms <a href="javascript:$('#[email protected]').submit();" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</a>with a submit button <button type="submit" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</button>, because what we have now does show the confirm dialog indeed but when you click any of the confirmation dialog buttons the result is just a redirection to empty content.
The text was updated successfully, but these errors were encountered:
I'm suggesting that you change the a:href link inside the the delete forms
<a href="javascript:$('#[email protected]').submit();" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</a>
with a submit button<button type="submit" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</button>
, because what we have now does show the confirm dialog indeed but when you click any of the confirmation dialog buttons the result is just a redirection to empty content.The text was updated successfully, but these errors were encountered: