You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the app.js file there is the code to enable the autorefresh of the digital sign to retrieve new posts. With this missing the auto refresh does not work
/* REFRESH PAGE EVERY FIVE MINUTES ----
window.setTimeout('location.reload(true)', 300000);
/* /REFRESH PAGE EVERY FIVE MINUTES ---- */
is missing a close of comment on the first line. (line 3 of the app.js file)
thanks
The text was updated successfully, but these errors were encountered:
In the app.js file there is the code to enable the autorefresh of the digital sign to retrieve new posts. With this missing the auto refresh does not work
is missing a close of comment on the first line. (line 3 of the app.js file)
thanks
The text was updated successfully, but these errors were encountered: