Skip to content

Commit da75db4

Browse files
inndividuellRichard Henkenjohann
andauthored
change from richard
Co-Authored-By: Richard Henkenjohann <richard-github@henkenjohann.me>
1 parent 7c6831d commit da75db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add this to the `cal_default.html5` template and add the CSS classes `.calendar_
5959

6060
```html
6161
<script>
62-
$("#calendar a.inn_call_ajax").click(function (event) {
62+
$(".calendar__next, .calendar__prev").click(function (event) {
6363
var element;
6464
//Get url of next Month
6565
var $url = window.location.origin + '/' + $(this).attr('href');

0 commit comments

Comments
 (0)