Skip to content

Commit

Permalink
fix delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
Griet committed Apr 12, 2019
1 parent ca788c4 commit f492311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/profiel.js
Expand Up @@ -220,9 +220,9 @@ function getButtonVerwijder() {
});
eBevestigVerwijder.addEventListener("click", function () {
eModal.classList.remove('d-block');
logout();
verwijderVanStorage("alles");
verwijderProfiel(gebruikersId);
gebruiker = haalUitStorage('gebruiker');
console.log(gebruiker);
if (!gebruiker) {
console.log('verwijderd')
Expand Down

0 comments on commit f492311

Please sign in to comment.