scss org and parenthood adding

This commit is contained in:
2015-10-03 15:15:19 -05:00
parent c1f872e9a1
commit 0510f1c4c2
19 changed files with 207 additions and 162 deletions

View File

@@ -1,4 +1,4 @@
function getPersonPhone(id, collection){
function getPersonPhone(id, collection) {
for(var i = 0; i < collection.length; i++){
if(collection[i].id == id){
return collection[i].phone;
@@ -7,6 +7,7 @@ function getPersonPhone(id, collection){
}
$( document ).ready(function() {
$('[data-id=alert_close]').on('click', function(){
$(this).parent().slideUp();
});