Test Failed
Push — master ( 22a61c...279896 )
by Alexey
03:16
created

$(document).ready   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 9

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
c 1
b 0
f 0
nc 1
nop 0
dl 0
loc 9
rs 9.6666
1
$(document).ready(function() {
2
    // Using http://dimsemenov.com/plugins/magnific-popup/documentation.html
3
    $('.post-image').magnificPopup({
4
        type:'image',
5
        gallery: {
6
            enabled: true,
7
        }
8
    });
9
});