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
When jquery-autopager gets next page, it tries to get rid of script tags from
DOM.
But in fact it deletes just wrappers (<script> & </script> tags) and keeps
everything inside.
It can make problems if you have some html code within inline JavaScript. Such
as images.
So, I have changed the script to delete script blocks with all content inside.
Please take a look my patch.
Original issue reported on code.google.com by dmi...@demenchuk.me on 20 Aug 2014 at 2:02
Original issue reported on code.google.com by
dmi...@demenchuk.me
on 20 Aug 2014 at 2:02Attachments:
The text was updated successfully, but these errors were encountered: