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.

Updating and activating App from Lua Script
#9
Hi,

Custom JS is never executed on the server side, it’s just a piece of JS that is injected into the HTML that is loaded by the client(s) and executed by the browser. So it runs always client side.

Once loaded by the browser it should always execute and cache has nothing to do with that, check the HTML source code if it’s inserted correctly, then it should work every time it’s triggered.

Only reason that might not trigger it after being loaded is a interupted websocket but that would also stop all other object updates.

BR,

Erwin
Reply


Messages In This Thread
RE: Updating and activating App from Lua Script - by Erwin van der Zwart - 02.03.2019, 14:24

Forum Jump: