Browse Source

remove alert

modals-to-spa
stingl 4 years ago
parent
commit
95f8e535ad
  1. 2
      js/JokeService.js

2
js/JokeService.js

@ -41,6 +41,6 @@ function showNotification(text) { @@ -41,6 +41,6 @@ function showNotification(text) {
body: text
});
} else {
alert(text);
// alert(text);
}
}