This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Cannot import widget.tar.gz
#5
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:
Code:
try {
WIDGET CODE...;
} catch(err) {
console.log(err);
}
Done is better than perfect
Reply


Messages In This Thread
Cannot import widget.tar.gz - by buuuudzik - 17.09.2020, 19:50
RE: Cannot import widget.tar.gz - by Daniel - 18.09.2020, 08:00
RE: Cannot import widget.tar.gz - by buuuudzik - 20.09.2020, 17:16
RE: Cannot import widget.tar.gz - by Daniel - 21.09.2020, 07:39
RE: Cannot import widget.tar.gz - by Daniel - 21.09.2020, 09:01

Forum Jump: