mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
15504: ETHREOH-2447: My Content page localisation failing - Localization is provided for all the ftl and xml files in WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\portlets. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16907 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,7 +30,7 @@ var MyTasks = {
|
||||
failure: function(response)
|
||||
{
|
||||
// display the error
|
||||
$('taskPanel').setHTML("Sorry, data currently unavailable.");
|
||||
$('taskPanel').setHTML($('displayTheError').innerHTML);
|
||||
|
||||
// hide the ajax wait panel and show the main task panel
|
||||
$('taskPanelOverlay').setStyle('visibility', 'hidden');
|
||||
|
Reference in New Issue
Block a user