forked from openlp/openlp
Added WebSocket server and client
This commit is contained in:
parent
b495c47a5a
commit
2f12246301
@ -398,5 +398,6 @@ $.ajaxSetup({cache: false});
|
|||||||
$("#search").live("pageinit", function (event) {
|
$("#search").live("pageinit", function (event) {
|
||||||
OpenLP.getSearchablePlugins();
|
OpenLP.getSearchablePlugins();
|
||||||
});
|
});
|
||||||
setInterval("OpenLP.pollServer();", 500);
|
//setInterval("OpenLP.pollServer();", 30000);
|
||||||
OpenLP.pollServer();
|
//OpenLP.pollServer();
|
||||||
|
var ws = new wsEventEngine("ws://" + window.location.hostname + ":9999/Test", OpenLP.pollServer, 500);
|
||||||
|
Loading…
Reference in New Issue
Block a user