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 () {
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div id="one-time-charges" class="one-time-charges">
|
||||
<div id="one-time-charges" class="one-time-charges" style="display: none;">
|
||||
<table class="table table-switch">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue