mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
No longer needed, done server side
This commit is contained in:
parent
b3886ab828
commit
71232c0ad5
@ -1,14 +0,0 @@
|
|||||||
/**
|
|
||||||
* Javascript for resources app
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Calendar needs to have resource IDs prefixed with 'r' so it can tell them apart
|
|
||||||
* from calendar entries.
|
|
||||||
*/
|
|
||||||
function view_calendar(action, senders) {
|
|
||||||
for(var i = 0; i < senders.length; i++) {
|
|
||||||
action.data.url += ',r'+senders[i].id;
|
|
||||||
}
|
|
||||||
nm_action(action, senders);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user