Fix placement

This commit is contained in:
OVSharova 2021-08-24 11:52:10 +03:00
parent 9bc917c0ac
commit a16bd4051d
3 changed files with 3 additions and 3 deletions

View file

@ -913,7 +913,7 @@ define([
_.each(thumbsElm, function (tmb, index){
$(tmb).find('.title').tooltip({
title : docs[index].title,
placement : 'top-right'||'coursor'
placement : 'coursor'
});
});

View file

@ -811,7 +811,7 @@ define([
_.each(thumbsElm, function (tmb, index){
$(tmb).find('.title').tooltip({
title : docs[index].title,
placement : 'top-right'||'coursor'
placement : 'coursor'
});
});

View file

@ -1778,7 +1778,7 @@ define([
_.each(thumbsElm, function (tmb, index){
$(tmb).find('.title').tooltip({
title : docs[index].title,
placement : 'top-right'||'coursor'
placement : 'coursor'
});
});