Added test calendar using dhtmlxscheduler with test data

This commit is contained in:
Kevin Dao
2018-08-10 00:26:46 -05:00
parent dce1b36b1b
commit b8a525d213
23 changed files with 339 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ $(document).ready(function() {
$("#open").click(function(){
chrome.tabs.create({ 'url': "options.html"});
});
$("#calendar").click(function() {
chrome.tabs.create({ 'url': "calendar.html"});
});
});
/* convert from the dtarr and maek the time lines*/