Fixed errors in um online open

This commit is contained in:
Arturo Gonzalez 2017-03-17 14:22:04 +01:00
parent 8fc433f2a8
commit c9fd56df75
2 changed files with 3 additions and 3 deletions

View File

@ -609,8 +609,6 @@ function update_manager_extract_package() {
$path_package = $config['attachment_store'] .
"/downloads/last_package.tgz";
$full_path = $config['attachment_store'] . "/downloads/unix";
ob_start();
@ -680,7 +678,7 @@ function update_manager_extract_package() {
function update_manager_starting_update() {
global $config;
$full_path = $config['attachment_store'] . "/downloads/unix";
$full_path = $config['attachment_store'] . "/downloads/";
$homedir = $config['homedir'];

View File

@ -1405,6 +1405,8 @@ function install_free_package(package, version, homeurl) {
$('#success_pkg').html(dialog_success_pkg_text);
$('#success_pkg').dialog('open');
$("#pkg_version").text(version);
$("#box_online .loading").hide();
$("#box_online .progressbar").hide();
$("#box_online .content").html(data['message']);