Fixed current day class issue. Added ability to add resource classnames. Updated to reflect latest core updates. Fixed some IE7 issues around indexOf

This commit is contained in:
srkenny@gmail.com
2013-08-13 14:58:51 +01:00
parent 4c06ad6e66
commit 5d9928b47f
16 changed files with 1345 additions and 1056 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
},
editable: true,
events: {
url: "many_events_json.txt",
url: "many_events_json.php",
data: function() {
var custom_data = { q: 'custom data value' }; // should see this in Networking
console.log('setting custom_data as part of the eventSource fetch');