scss org and parenthood adding
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user