mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
Add new calendar.default_view pconfig key
This commit is contained in:
parent
83e34ef8e7
commit
cdf180c58d
7 changed files with 20 additions and 2 deletions
|
@ -39,7 +39,7 @@ $(document).ready(function () {
|
|||
});
|
||||
}
|
||||
},
|
||||
defaultView: "month",
|
||||
defaultView: aStr.defaultView,
|
||||
aspectRatio: 1,
|
||||
eventRender: function (event, element, view) {
|
||||
switch (view.name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue