jfeltkamp / cookiesjsr

Easily expandable cookie consent tool.
Other
22 stars 5 forks source link

Re-animation of knocked out services example script doesn't work #13

Open kaszarobert opened 2 years ago

kaszarobert commented 2 years ago

The activate part only works for me with this code:

         jQuery('script[data-sid="extservice"]').each(function() {
            var replacement = jQuery(this).clone().removeAttr('type');
            jQuery(this).replaceWith(replacement.html());
         });

Could you update the documentation?