Test Failed
Push — main ( d9df25...7cc2e0 )
by chief
07:27
created

web/public/s/js/channel-customization.js   A

Complexity

Total Complexity 2
Complexity/F 2

Size

Lines of Code 7
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 5
c 0
b 0
f 0
dl 0
loc 7
rs 10
wmc 2
mnd 1
bc 1
fnc 1
bpm 1
cpm 2
noi 0
1
$("#channel-edit").click(function () {
2
    if ($("#channel-customize").first().is(":hidden")) {
3
      $("#channel-customize").slideDown("slow");
4
    } else {
5
      $("#channel-customize").slideUp("slow");
6
    }
7
  });