Explorar el Código

updated DBG calendar

Piotr Labudda hace 8 años
padre
commit
86ffca014a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      SE/static/calendar.js

+ 2 - 0
SE/static/calendar.js

@@ -32,6 +32,8 @@ $(document).ready(function() {
 
 			$.get(link, function(data){
 				if (DBG) console.log('DBG fetched data', data);
+				if (DBG) console.log('DBG featureMembers $', $(data).find("featureMember"));
+				if (DBG) console.log('DBG featureMembers jQuery', jQuery(data).find("featureMember"));
 				$.each($(data).find("featureMember"), function() {
 					var item = {
 						id: $(this).find("ID").text(),