From a71445d162f679b9bb340e39dbdd07825de50eb5 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 4 Jul 2017 19:05:14 -0300 Subject: [PATCH] Fixes #953 --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 5891201c..0ee207b1 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,7 @@ console.info('Internet Connection', true); } else { console.info('Internet Connection', false); - alert('No Internet Connection. Please, check your internet connection and open Rambox again.'); - require('electron').remote.app.quit(); + alert('Please, check your internet connection and restart Rambox. If you use a Proxy, please go to Preferences to configure it.', 'No Internet Connection'); } } }