forked from openlp/openlp
Fixed timeout back to 500 ms
Added ItemCapabilities to httprouter.py
This commit is contained in:
parent
b85b09c92c
commit
a5c195fe2b
@ -398,5 +398,5 @@ $.ajaxSetup({cache: false});
|
|||||||
$("#search").live("pageinit", function (event) {
|
$("#search").live("pageinit", function (event) {
|
||||||
OpenLP.getSearchablePlugins();
|
OpenLP.getSearchablePlugins();
|
||||||
});
|
});
|
||||||
setInterval("OpenLP.pollServer();", 50000);
|
setInterval("OpenLP.pollServer();", 500);
|
||||||
OpenLP.pollServer();
|
OpenLP.pollServer();
|
||||||
|
@ -125,7 +125,7 @@ from mako.template import Template
|
|||||||
from PyQt4 import QtCore
|
from PyQt4 import QtCore
|
||||||
|
|
||||||
from openlp.core.common import AppLocation, Settings, translate
|
from openlp.core.common import AppLocation, Settings, translate
|
||||||
from openlp.core.lib import Registry, PluginStatus, StringContent, image_to_byte
|
from openlp.core.lib import Registry, PluginStatus, StringContent, image_to_byte, ItemCapabilities
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
FILE_TYPES = {
|
FILE_TYPES = {
|
||||||
|
Loading…
Reference in New Issue
Block a user