Use css to hide div than js
This commit is contained in:
parent
25255c862a
commit
81fd129d48
2 changed files with 1 additions and 4 deletions
|
|
@ -148,9 +148,6 @@ $(document).ready(function() {
|
|||
$('#one-time-charges').hide();
|
||||
$('#subscriptions').show();
|
||||
});
|
||||
|
||||
$('#one-time-charges').hide();
|
||||
$('#subscriptions').show();
|
||||
});
|
||||
|
||||
window.onload = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue