mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#9269 Fixed result update
This commit is contained in:
parent
6bf2054d75
commit
f95fc2b2df
@ -427,6 +427,11 @@ function install_package(url, auth, packageId, version, serverUpdate) {
|
|||||||
$("#input-progress")
|
$("#input-progress")
|
||||||
.val(100)
|
.val(100)
|
||||||
.change();
|
.change();
|
||||||
|
|
||||||
|
$("#result li").removeClass("error");
|
||||||
|
$("#result li")
|
||||||
|
.find("p")
|
||||||
|
.text(response.result);
|
||||||
},
|
},
|
||||||
error: function(e, request) {
|
error: function(e, request) {
|
||||||
clearInterval(progressInterval);
|
clearInterval(progressInterval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user