mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Update calendar.js
This commit is contained in:
parent
0387618e40
commit
edde3320f0
@ -11,7 +11,7 @@ var calendar = {
|
||||
|
||||
calendar.updateData = function (callback) {
|
||||
|
||||
new ical_parser("calendar.php" + "?url="+encodeURIComponent(config.calendar.url), function(cal) {
|
||||
new ical_parser("controllers/calendar.php" + "?url="+encodeURIComponent(config.calendar.url), function(cal) {
|
||||
var events = cal.getEvents();
|
||||
this.eventList = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user