-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hello
we have problem with some modals. They won't close and trigger error.
GDPR/src/js/public/gdpr-public.js
Line 96 in e57d587
| gdprFunctions[callback](); |
gdpr-public.js?ver=2.1.0:1 Uncaught TypeError: t[o] is not a function
var o = e(this).data("callback"); t[o]()
Maybe there are no callback in the element ? However, i just verify if the function exist before trigger it.
var o = e(this).data("callback"); if(typeof t[o] === 'function'){ t[o]() }
wking-io
Metadata
Metadata
Assignees
Labels
No labels