mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +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")
|
||||
.val(100)
|
||||
.change();
|
||||
|
||||
$("#result li").removeClass("error");
|
||||
$("#result li")
|
||||
.find("p")
|
||||
.text(response.result);
|
||||
},
|
||||
error: function(e, request) {
|
||||
clearInterval(progressInterval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user