mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix placement
This commit is contained in:
@ -913,7 +913,7 @@ define([
|
||||
_.each(thumbsElm, function (tmb, index){
|
||||
$(tmb).find('.title').tooltip({
|
||||
title : docs[index].title,
|
||||
placement : 'top-right'||'coursor'
|
||||
placement : 'coursor'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -811,7 +811,7 @@ define([
|
||||
_.each(thumbsElm, function (tmb, index){
|
||||
$(tmb).find('.title').tooltip({
|
||||
title : docs[index].title,
|
||||
placement : 'top-right'||'coursor'
|
||||
placement : 'coursor'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -1778,7 +1778,7 @@ define([
|
||||
_.each(thumbsElm, function (tmb, index){
|
||||
$(tmb).find('.title').tooltip({
|
||||
title : docs[index].title,
|
||||
placement : 'top-right'||'coursor'
|
||||
placement : 'coursor'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user