Skip to content

Commit

Permalink
Fix regression from 7b4fc41
Browse files Browse the repository at this point in the history
  • Loading branch information
brvphoenix committed Apr 30, 2023
1 parent bce3048 commit a51402d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ This repo provides yet another LuCI module for wrtbwmon, which has similar featu

## Downloading
Openwrt 19.07 has been fully supported after commit: [ff4909d](https://github.com/brvphoenix/luci-app-wrtbwmon/tree/ff4909d8f5d06fee87f7ec5a365ac5dde6492130).
* `openwrt-19.07.3 ... latest`: [release-2.0.11](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.11/luci-app-wrtbwmon_2.0.11_all.ipk)
* `openwrt-19.07.3 ... latest`: [release-2.0.12](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.11/luci-app-wrtbwmon_2.0.12_all.ipk)
* `openwrt-19.07.0 ... 19.07.2`: [release-2.0.7](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.7/luci-app-wrtbwmon_2.0.7-1_all.ipk)
* `openwrt-18.06`: [release-1.6.3](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-1.6.3/luci-app-wrtbwmon_1.6.3-1_all.ipk)

Expand Down
3 changes: 1 addition & 2 deletions luci-app-wrtbwmon/Makefile
Expand Up @@ -7,8 +7,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-wrtbwmon
PKG_VERSION:=2.0.11
PKG_RELEASE:=1
PKG_VERSION:=2.0.12

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=
Expand Down
Expand Up @@ -287,7 +287,6 @@ function progressbar(query, v, m, useBits, useMultiple) {
if (pg) {
pg.firstElementChild.style.width = wt + '%';
pg.firstElementChild.style.background = bgc;
pg.style.color = tc;
pg.setAttribute('title', '%s (%f%%)'.format(fv, pc));
}
}
Expand Down

0 comments on commit a51402d

Please sign in to comment.