We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6831d commit da75db4Copy full SHA for da75db4
README.md
@@ -59,7 +59,7 @@ Add this to the `cal_default.html5` template and add the CSS classes `.calendar_
59
60
```html
61
<script>
62
- $("#calendar a.inn_call_ajax").click(function (event) {
+ $(".calendar__next, .calendar__prev").click(function (event) {
63
var element;
64
//Get url of next Month
65
var $url = window.location.origin + '/' + $(this).attr('href');
0 commit comments