1
0
Fork 0
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:
Harvey Kandola 2018-12-03 19:51:34 +00:00
parent 34d54745f3
commit da0861b3fd
8 changed files with 429 additions and 488 deletions

View file

@ -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 }});
});
},