Forums
Forums / Plugin: Delightful Downloads / dedo-admin-global missing var for variable definition
(@jipmoors)
7 years, 7 months ago
In the DEDO_Modal-class, there are two definitions of self = this which need a var in front of them.
DEDO_Modal
self = this
var
As this is missing and the JavaScript has no strict definition, the window.self is being overwritten with a reference to that class instance.
strict
window.self
The topic ‘dedo-admin-global missing var for variable definition’ is closed to new replies.