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

Commit 363b33c

Browse files
authored
Merge pull request #9 from inside-shellshock/master
Edit an Event from Mobile
2 parents 8f6b517 + 031f229 commit 363b33c

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)