Added test calendar using dhtmlxscheduler with test data
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user