No longer needed, done server side

This commit is contained in:
Nathan Gray 2011-06-08 15:28:05 +00:00
parent b3886ab828
commit 71232c0ad5

View File

@ -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);
}