mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Implement new sidebar and master layout
This commit is contained in:
parent
34d54745f3
commit
da0861b3fd
8 changed files with 429 additions and 488 deletions
|
@ -17,7 +17,7 @@ export default Mixin.create({
|
|||
renderTooltips() {
|
||||
schedule('afterRender', () => {
|
||||
$('[data-toggle="tooltip"]').tooltip('dispose');
|
||||
$('body').tooltip({selector: '[data-toggle="tooltip"]', delay: 250});
|
||||
$('body').tooltip({selector: '[data-toggle="tooltip"]', delay: { "show": 1000, "hide": 100 }});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue