Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Issue forks
fullcalendar_view-3183913
Commits
b01e2fc4
Commit
b01e2fc4
authored
May 12, 2020
by
Mingsong
Committed by
Mingsong Hu
May 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3134998
by Mingsong: Event links and popup tooltip in version 4.1
parent
de13d639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
js/fullcalendar_view.js
js/fullcalendar_view.js
+1
-1
No files found.
js/fullcalendar_view.js
View file @
b01e2fc4
...
...
@@ -107,10 +107,10 @@
function
eventClick
(
info
)
{
slotDate
=
null
;
info
.
jsEvent
.
preventDefault
();
let
thisEvent
=
info
.
event
;
// Show the event detail in a pop up dialog.
if
(
drupalSettings
.
dialogWindow
)
{
let
dataDialogOptionsDetails
=
{};
let
thisEvent
=
info
.
event
;
if
(
thisEvent
.
url
==
''
)
{
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment