Completed
Pull Request — master (#65)
by Maria Daniel Deepak
11:08
created

assets/js/admin/view-logs.js   A

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 11
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A $(document).ready 0 7 1
1
( function( $ ) {
2
3
    $( document ).ready(function() {
4
        $( '#search_id-search-date-input' ).datepicker({
5
            changeMonth: true,
6
            changeYear: true,
7
            dateFormat: 'yy-mm-dd'
8
        });
9
    });
10
11
})( jQuery );