Browse Source

updated DBG calendar

Piotr Labudda 8 years ago
parent
commit
86ffca014a
1 changed files with 2 additions and 0 deletions
  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(),