Completed
Push — master ( 704cc1...66345b )
by FX
05:52
created

assets/js/main.js   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 9
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 0
nc 1
dl 0
loc 9
rs 10
c 0
b 0
f 0
wmc 1
mnd 0
bc 1
fnc 1
bpm 1
cpm 1
noi 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A $(document).ready 0 3 1
1
var $ = require('jquery');
2
3
window.Popper = require('popper.js');
4
require('bootstrap');
5
window.Chart = require('chart.js');
6
7
$(document).ready(function() {
8
    $('[data-toggle="popover"]').popover();
9
});
10