BUG 11979: "Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior..."

Sol  Adding time in the format string + update the entire page, caused the user & datetime are been called in the main request.
This commit is contained in:
ralpheav
2013-05-24 11:40:12 -04:00
parent 19a8c37718
commit d29f0fa402

View File

@@ -277,11 +277,10 @@ Ext.onReady(function() {
PMExt.notify(_('ID_PM_ENV_SETTINGS_TITLE'), req.result.msg);
saveButton.disable();
currentLocation = parent.parent.location.href;
frame = parent.location.href;
settingsPage = location.href;
location = settingsPage;
parent.location = frame;
//frame = parent.location.href;
//settingsPage = location.href;
//location = settingsPage;
//parent.location = frame;
parent.parent.location = currentLocation;
}
});