added the basic components to begin working on the pay index view

This commit is contained in:
cktricky
2014-03-15 10:28:52 -04:00
parent a06788ff58
commit 7a4efaa950
4 changed files with 18 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<script type="text/javascript">
function makeActive(){
$('li[id="pay"]').addClass('active');
};
$(document).ready(makeActive)
</script>