added the basic components to begin working on the pay index view
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
function makeActive(){
|
||||
$('li[id="pay"]').addClass('active');
|
||||
};
|
||||
|
||||
$(document).ready(makeActive)
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user