diff --git a/js/JokeService.js b/js/JokeService.js index f82d861..59d5f4d 100644 --- a/js/JokeService.js +++ b/js/JokeService.js @@ -41,6 +41,6 @@ function showNotification(text) { body: text }); } else { - alert(text); + // alert(text); } }