From 9ae5fdae96c776fa3bc88c9ea659b9f9d3318813 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Apr 2015 22:36:39 +0200 Subject: [config] webinterface -> webui --- pyload/webui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/webui') diff --git a/pyload/webui/__init__.py b/pyload/webui/__init__.py index 1310c629d..d965db3a0 100644 --- a/pyload/webui/__init__.py +++ b/pyload/webui/__init__.py @@ -39,10 +39,10 @@ else: config = Server.core.config JS = JsEngine(Server.core) -THEME = config.get('webinterface', 'theme') +THEME = config.get('webui', 'theme') DL_ROOT = config.get('general', 'download_folder') LOG_ROOT = config.get('log', 'log_folder') -PREFIX = config.get('webinterface', 'prefix') +PREFIX = config.get('webui', 'prefix') if PREFIX: PREFIX = PREFIX.rstrip("/") -- cgit v1.2.3 From 2e16ec21f778c135f0e97f8444a3b307700b7001 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 8 Apr 2015 03:09:50 +0200 Subject: The single whitespace cleanup O.O --- pyload/webui/themes/Next/tml/queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/webui') diff --git a/pyload/webui/themes/Next/tml/queue.html b/pyload/webui/themes/Next/tml/queue.html index 1706c7567..265cdfbe1 100644 --- a/pyload/webui/themes/Next/tml/queue.html +++ b/pyload/webui/themes/Next/tml/queue.html @@ -60,7 +60,7 @@ document.addEvent("domready", function(){ {{ package.sizedone|formatsize }} / {{ package.sizetotal|formatsize }}
- +