Update index.php
This commit is contained in:
parent
be2a238acf
commit
a0560cd890
12
index.php
12
index.php
@ -57,16 +57,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(document).ready(function(){
|
|
||||||
$("ul.tabs").tabs();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
';
|
';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(document).ready(function(){
|
||||||
|
$('.tabs').tabs();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<!--
|
<!--
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<p>'.$description.'</p>
|
<p>'.$description.'</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user