Total Complexity | 2 |
Complexity/F | 2 |
Lines of Code | 7 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 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 | }); |