79235930

Date: 2024-11-29 05:31:15
Score: 1
Natty:
Report link
$(document).ready(function () {
 $(document).on("click", "[id^='footer']", function (ev) {
    ev.preventDefault();
    if (window && window.siteConsent && window.siteConsent.manageConsent) {
        window.siteConsent.manageConsent();
    }
 });
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muthu Karuppan J