From 15a72c2e40cf8b0c8ae0fcde7b1d6d0a38fb03ae Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Wed, 11 Mar 2015 02:29:02 +0100 Subject: Drag and drop fix Now the drag and drop feature in queue is matched to the title of the package. The move button now works again as expected (to move betwen collector and queue) Conflicts: pyload/webui/themes/Next/tml/queue.html --- pyload/webui/themes/Next/tml/queue.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/webui/themes/Next') diff --git a/pyload/webui/themes/Next/tml/queue.html b/pyload/webui/themes/Next/tml/queue.html index 41feb2739..6f50d740c 100644 --- a/pyload/webui/themes/Next/tml/queue.html +++ b/pyload/webui/themes/Next/tml/queue.html @@ -38,7 +38,7 @@ document.addEvent("domready", function(){
- {{package.name }} + {{package.name }}    @@ -47,7 +47,7 @@ document.addEvent("domready", function(){       - +
{% set progress = (package.linksdone * 100) / package.linkstotal %} -- cgit v1.2.3