Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
10a2fc6b
Commit
10a2fc6b
authored
Oct 05, 2018
by
Christophe Benz
Browse files
Disable click trigger for popover
parent
1ffa4af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui_next/templates/validation_report.html
View file @
10a2fc6b
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
$
(
'
[data-toggle="popover"]
'
).
popover
({
$
(
'
[data-toggle="popover"]
'
).
popover
({
html
:
true
,
html
:
true
,
placement
:
'
auto
'
,
placement
:
'
auto
'
,
trigger
:
'
hover
click
'
trigger
:
'
hover
'
});
});
// Show body errors
// Show body errors
...
...
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