mirror of https://github.com/openwrt/luci.git
luci-app-attendedsysupgrade: revert version code request
This reverts commit 8860ca069c
.
Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
pull/7161/head
parent
5a8917b149
commit
188de6f8b3
|
@ -476,7 +476,6 @@ return view.extend({
|
|||
request: {
|
||||
profile,
|
||||
version: candidates[0][0],
|
||||
version_code: revision,
|
||||
packages: Object.keys(packages).sort(),
|
||||
},
|
||||
};
|
||||
|
@ -537,7 +536,6 @@ return view.extend({
|
|||
...firmware,
|
||||
packages: mapdata.request.packages,
|
||||
version: mapdata.request.version,
|
||||
version_code: mapdata.request.version_code,
|
||||
profile: mapdata.request.profile
|
||||
};
|
||||
this.pollFn = L.bind(function () {
|
||||
|
|
Loading…
Reference in New Issue