more refixes

This commit is contained in:
Jonathan Corwin 2011-05-07 09:27:43 +01:00
parent 547b58e7b5
commit 9715e6dd1f
1 changed files with 2 additions and 1 deletions

View File

@ -206,5 +206,6 @@ $("#controller-unblank").live("click", OpenLP.unblankDisplay);
// Alerts
$("#alert-submit").live("click", OpenLP.showAlert);
// Poll the server twice a second to get any updates.
$.ajaxSetup({ cache: false });
setInterval("OpenLP.pollServer();", 500);
OpenLP.pollServer();