mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix some wrong indentations in calendar app.js
This commit is contained in:
parent
c7d566533e
commit
d98b63f8a5
@ -328,11 +328,11 @@ app.classes.calendar = AppJS.extend(
|
|||||||
}
|
}
|
||||||
var backup_url = _action.data.url;
|
var backup_url = _action.data.url;
|
||||||
|
|
||||||
_action.data.url = _action.data.url.replace(/(\$|%24)id/,id);
|
_action.data.url = _action.data.url.replace(/(\$|%24)id/,id);
|
||||||
_action.data.url = _action.data.url.replace(/(\$|%24)app/,app);
|
_action.data.url = _action.data.url.replace(/(\$|%24)app/,app);
|
||||||
|
|
||||||
nm_action(_action, _senders);
|
nm_action(_action, _senders);
|
||||||
//egw.open_link( _action.data.url,'timesheet','edit');
|
|
||||||
_action.data.url = backup_url; // restore url
|
_action.data.url = backup_url; // restore url
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user