Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | /** |
||
28 | constructor() { |
||
29 | window.Popper = Popper.default; |
||
30 | window.$ = window.jQuery = $; |
||
31 | |||
32 | $('[data-toggle="popover"]').popover(); |
||
33 | $('[data-toggle="tooltip"]').tooltip(); |
||
34 | |||
35 | $('.nicescroll').niceScroll({ |
||
36 | cursorcolor: "#000", |
||
37 | cursoropacitymax: 0.5, |
||
38 | cursorwidth: "3px" |
||
39 | }); |
||
40 | } |
||
41 | } |