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
<a class="button button-positive button-small" sweetalert sweet-options="{title: 'Are you sure?',text: 'You will not be able to recover this imaginary file!',type: 'warning',showCancelButton: true,confirmButtonColor: '#DD6B55',confirmButtonText: 'Yes, delete it!',cancelButtonText: 'No, cancel plx!'}" sweet-confirm-option="{title: 'Deleted!',text: 'Your imaginary file has been deleted.',type: 'success'}" sweet-cancel-option="{title: 'Cancelled!',text: 'Your imaginary file is safe',type: 'error'}" sweet-on-cancel="alert('sss')" sweet-on-confirm="alert('ccc')"><i class="icon ion-edit"></i></a>
The service is working fine.. any ideia? Thank you!
The text was updated successfully, but these errors were encountered:
I got this when I try this simple code:
<a class="button button-positive button-small" sweetalert sweet-options="{title: 'Are you sure?',text: 'You will not be able to recover this imaginary file!',type: 'warning',showCancelButton: true,confirmButtonColor: '#DD6B55',confirmButtonText: 'Yes, delete it!',cancelButtonText: 'No, cancel plx!'}" sweet-confirm-option="{title: 'Deleted!',text: 'Your imaginary file has been deleted.',type: 'success'}" sweet-cancel-option="{title: 'Cancelled!',text: 'Your imaginary file is safe',type: 'error'}" sweet-on-cancel="alert('sss')" sweet-on-confirm="alert('ccc')"><i class="icon ion-edit"></i></a>
The service is working fine.. any ideia? Thank you!
The text was updated successfully, but these errors were encountered: