Skip to content
Snippets Groups Projects
Commit 0d45972c authored by Regis's avatar Regis
Browse files

single quotes for 'placement': 'top' k-v

parent 195d79dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,7 @@
 
placeTop() {
$('.profile-groups-avatars').tooltip({
"placement": "top"
'placement': 'top'
});
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment