2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/main.php: fixed the javascript bugs about the new version of jquery. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8928 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1cbf6978da
commit
0dbace20bd
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* extensions/update_manager/main.php: fixed the javascript bugs
|
||||||
|
about the new version of jquery.
|
||||||
|
|
||||||
2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
|
2013-10-16 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/api.php: checking the update manager, sorry.
|
* include/api.php: checking the update manager, sorry.
|
||||||
|
|
|
@ -208,8 +208,7 @@ function main_view_enterprise($settings, $user_key) {
|
||||||
overlay: {
|
overlay: {
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
}
|
||||||
bgiframe: jQuery.browser.msie
|
|
||||||
});
|
});
|
||||||
$("#dialog").show();
|
$("#dialog").show();
|
||||||
}
|
}
|
||||||
|
@ -230,8 +229,8 @@ function main_view_enterprise($settings, $user_key) {
|
||||||
$("#dialog_description").html(data['details_text']);
|
$("#dialog_description").html(data['details_text']);
|
||||||
|
|
||||||
if (data['enable_buttons']) {
|
if (data['enable_buttons']) {
|
||||||
$("input[name='details_online']").attr('disabled', '');
|
$("input[name='details_online']").removeAttr("disabled");
|
||||||
$("input[name='update_online']").attr('disabled', '');
|
$("input[name='update_online']").removeAttr("disabled");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue