From 5db080604d9c18c4dd6131d7db5a3f466823bf7f Mon Sep 17 00:00:00 2001 From: hummypkg Date: Thu, 5 May 2016 17:39:59 +0000 Subject: [PATCH] fix icon paths --- CONTROL/control | 2 +- webif/plugin/sweeper/script.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 5a1b90d..30742a8 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: sweeper Priority: optional Section: misc -Version: 2.1.0 +Version: 2.1.0-1 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif(>=1.3.0-1) diff --git a/webif/plugin/sweeper/script.js b/webif/plugin/sweeper/script.js index 370859a..11aade4 100644 --- a/webif/plugin/sweeper/script.js +++ b/webif/plugin/sweeper/script.js @@ -236,7 +236,7 @@ function composite_criterion(c, data) ' ' + '' + - '' + + '' + ' ' + c.desc + ''; @@ -277,13 +277,13 @@ function criterion(data, classes) s += ''; if (c.type != 'noarg') s += '' + - '' + + '' + ' '; else s += '' + ' '; s += '' + - '' + + '' + ''; return s; } @@ -307,7 +307,7 @@ function action(data) '' + c.desc + '' + '' + data.arg + '' + '' + - '' + + '' + ''; if (data.cmd != 'continue')