1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-28 15:09:22 +03:00

fix tooltip-light style

This commit is contained in:
Chiffa 2017-03-13 04:20:13 +05:00
parent 5ae3c1c3ee
commit 8c3c5ad3d6
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ jQuery(document).ready(function($){
$('.js-popover-default').lsTooltip({
useAttrTitle: false,
trigger: 'click',
classes: 'tooltip-light'
classes: 'ls-tooltip-light'
});
if (ls.registry.get('block_stream_show_tip')) {

View file

@ -141,7 +141,7 @@ jQuery(document).ready(function($){
$('.js-popover-default').lsTooltip({
useAttrTitle: false,
trigger: 'click',
classes: 'tooltip-light'
classes: 'ls-tooltip-light'
});
if (ls.registry.get('block_stream_show_tip')) {