Lines 1644-1649
legend:hover {
Link Here
|
1644 |
$("legend").click(function(){ |
1644 |
$("legend").click(function(){ |
1645 |
$(this).nextAll().toggle(); |
1645 |
$(this).nextAll().toggle(); |
1646 |
$("#messaging_prefs_loading").hide(); |
1646 |
$("#messaging_prefs_loading").hide(); |
|
|
1647 |
$("#guarantor_template").hide(); |
1647 |
}); |
1648 |
}); |
1648 |
|
1649 |
|
1649 |
$("#saverecord").css({ 'margin-left': 0 }); |
1650 |
$("#saverecord").css({ 'margin-left': 0 }); |
1650 |
- |
|
|