|
@@ -479,7 +479,6 @@ function ResourceCalDAVList()
|
|
|
}
|
|
|
|
|
|
// insert the resource to interface
|
|
|
- console.log('insert inputResource with uid=' + inputResource.uid);
|
|
|
var newElement = $('#ResourceCalDAV'+todoString+'ListTemplate').find('.resourceCalDAV'+todoString+'_item').clone().wrap('<div>');
|
|
|
var par=inputResource.uid.split('/');
|
|
|
if(inputResource.permissions.read_only)
|
|
@@ -511,6 +510,7 @@ function ResourceCalDAVList()
|
|
|
if(typeof globalCalendarColorPropertyXmlns== 'undefined' || globalCalendarColorPropertyXmlns== null || globalCalendarColorPropertyXmlns==='' || globalCalendarColorPropertyXmlns!==false)
|
|
|
bindColorPickerClick(newElement.find('.resourceCalDAVColor'));
|
|
|
$('#ResourceCalDAV'+todoString+'List').children().eq(insertIndex+headerMiss).after(newElement);
|
|
|
+ console.log('inserted inputResource with uid=' + inputResource.uid, newElement)
|
|
|
if(inputResource.makeLoaded)
|
|
|
{
|
|
|
var resDOMHeader=newElement.prevUntil('.resourceCalDAV'+todoString+'_header').last().prev();
|