20.09.2020, 17:16
I've found that the problem was a lack of ";" after widget which was before my widget. A lot of widgets are created in IFFE and then all of them are concatenated so every widget should ends with ";".
I think also that every widget should be in:
I think also that every widget should be in:
Code:
try {
WIDGET CODE...;
} catch(err) {
console.log(err);
}
Done is better than perfect