diff --git a/js/public/app.js b/js/public/app.js index 6c677d06..17a5e960 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -2772,6 +2772,9 @@ angular.module('Tasks').factory('Calendar', ['$rootScope', '$filter', function($ get enabled() { return this._properties.enabled; }, + get uri() { + return this._properties.uri; + }, get components() { return this._properties.components; }, diff --git a/templates/main.php b/templates/main.php index cf9bcecf..a2c8a6e3 100644 --- a/templates/main.php +++ b/templates/main.php @@ -22,30 +22,30 @@