Lines 930-936
$(document).ready(function() {
Link Here
|
930 |
} |
930 |
} |
931 |
}); |
931 |
}); |
932 |
|
932 |
|
933 |
[% IF ( history ) %] $("#subscription_form_history").show();[% END %] |
933 |
[% IF ( manualhistory ) %] $("#subscription_form_history").show();[% END %] |
934 |
$("#cancel_manual_history").click(function(){ |
934 |
$("#cancel_manual_history").click(function(){ |
935 |
$("#subscription_form_history").hide(); |
935 |
$("#subscription_form_history").hide(); |
936 |
$("#manuallist").removeAttr("checked"); |
936 |
$("#manuallist").removeAttr("checked"); |
937 |
- |
|
|