Fix placement
This commit is contained in:
parent
9bc917c0ac
commit
a16bd4051d
|
@ -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'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue