mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
Give some indication that the action is being done for Admin / Clear cache & Wiki / Rebuild links
This commit is contained in:
@ -303,7 +303,7 @@ app.classes.admin = AppJS.extend(
|
||||
}
|
||||
else if (link[0] == '/' || link.substr(0,4) == 'http')
|
||||
{
|
||||
this.load(link+(link.match(/\?/)?'&':'?')+'nonavbar=1');
|
||||
this.load(egw.link(link,'nonavbar=1'));
|
||||
}
|
||||
else if (link.substr(0,11) == 'javascript:')
|
||||
{
|
||||
|
Reference in New Issue
Block a user