send page start
This commit is contained in:
10
app/assets/javascripts/main.js
Normal file
10
app/assets/javascripts/main.js
Normal file
@ -0,0 +1,10 @@
|
||||
function getPersonPhone(id, collection){
|
||||
for(var i = 0; i < collection.length; i++){
|
||||
if(collection[i].id == id){
|
||||
return collection[i].phone;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
});
|
Reference in New Issue
Block a user