Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 2a661cf

Browse files
committed
Merge branch 'master' of https://github.com/waldronmatt/fullcalendar-BS4-PHP-MySQL-JSON into mw-feature/monthlyRecurrence
2 parents 7613543 + 363b33c commit 2a661cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function toggleCheck(check) {
291291
},
292292

293293
eventRender: function(event, element) {
294-
element.bind('dblclick', function() {
294+
element.bind('click', function() {
295295
$('#ModalEdit #id').val(event.id);
296296
$('#ModalEdit #title').val(event.title);
297297
$('#ModalEdit #description').val(event.description);

0 commit comments

Comments
 (0)