Skip to content
Snippets Groups Projects

Projekers - 13515051 - Girvandi Ilyas

Open Girvandi Ilyas requested to merge projekers/TugasBesar1_2017:master into master
Viewing commit a1dbd35d
Show latest version
2 files
+ 7
2
Preferences
Compare changes
Files
2
+ 5
0
@@ -42,6 +42,11 @@ function getUserProfile(){
singleList.innerHTML = loc;
listOfLocation.appendChild(singleList);
}
//display preferred location if driver
if(isDriver == 0){
document.getElementById('preferred-location').style.display = 'none';
document.getElementById('user-location').style.display = 'none';
}
}
};
xmlhttp.open('GET', '../controller/profile.php?id=' + id, true);