This commit is contained in:
modus75
2016-12-09 22:01:41 +01:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -93,7 +93,7 @@ jQuery(document).ready(function() {
jQuery("#addUserForm .loading").show();
},
success:function(data) {
oTable.draw();
oTable.api().draw();
jQuery("#addUserForm .loading").hide();
var data = jQuery.parseJSON(data);
@@ -584,7 +584,7 @@ jQuery(document).on('click', '.close-user-details', function(e) {
title:"{/literal}{'Edit user'|translate}{literal}",
href:".user_form_popin",
onClosed: function() {
oTable.draw();
oTable.api().draw();
}
});
@@ -825,7 +825,7 @@ jQuery(document).on('click', '.close-user-details', function(e) {
jQuery("#applyActionLoading").show();
},
success:function(data) {
oTable.draw();
oTable.api().draw();
jQuery("#applyActionLoading").hide();
jQuery("#applyActionBlock .infos").show();
+1 -1
View File
@@ -327,7 +327,7 @@ function ws_session_getStatus($params, &$service)
list($dbnow) = pwg_db_fetch_row(pwg_query('SELECT NOW();'));
$res['current_datetime'] = $dbnow;
$res['version'] = PHPWG_VERSION;
$res['available_sizes'] = implode(',', array_keys(ImageStdParams::get_defined_type_map()));
$res['available_sizes'] = array_keys(ImageStdParams::get_defined_type_map());
if (is_admin())
{