natejones / wpds

A WordPress digital signage solution that uses Zurb’s Foundation.
http://pixelydo.com/work/wordpress-digital-signage/
GNU General Public License v3.0
105 stars 74 forks source link

Syntax error with the auto refresh #30

Open j0nz opened 9 years ago

j0nz commented 9 years ago

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

cheyrou23 commented 9 years ago

Thanks for this - really helpful!