vuka00
vuka00
I also had this problem after upgrading to jQuery 3(no turbolinks installed also). I just replace ``` jQuery(document).on('ready page:load', function() { Filterrific.init(); }); ``` with ``` jQuery(document).ready(function() { Filterrific.init(); });...
Hi @ipehimanshu , you can find my solution here https://github.com/t4t5/sweetalert/issues/835
@t4t5 Is there any version of SweetAlert from CDN without inline css? I have requirement to remove 'unsafe-inline' from style_src and sweetalert stop working.