From 509ca6072290b96a772cd0515bd9e1afcbe45937 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) --- module/web/templates/default/queue.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index 29e1a2927..62d0be777 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/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