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)
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