Jump to content

swal is not defined


RobYost

Recommended Posts

I added Sistema Fenix to my project to use the  Sweet Alert component.

 

It works fine on my development machine, but when I put on my server I get:

 

Ajax Error

swal is not defined

swal({
    title: 'Demo',
    html: 'Account Information not available in Demo mode',
    type: 'info',
    showConfirmButton: true,
    showCancelButton: false,
    confirmButtonText:  'OK',
    cancelButtonText:  '',
    animation:  true,
    allowEscapeKey:  false,
    confirmButtonColor: '#BDBF37',
    cancelButtonColor: '#d33',
    timer:  0,
    allowOutsideClick:  false
});

 

swal is not defined
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...