Browse Source

Experimental commit: Logout on Network Error connectivity to iguana

master
Satinder Grewal 8 years ago
parent
commit
6e0d144c7d
  1. 3
      assets/scripts/iguana_api.js

3
assets/scripts/iguana_api.js

@ -457,9 +457,10 @@ function ExecuteAddCoinLoginFn() {
}
function Iguana_ServiceUnavailable() {
console.log('Network Error with history api');
console.log('Network Error api');
toastr.error("Unable to connect with iguana service. 127.0.0.1:7778", "Service Notification")
toastr.info("Are you sure Iguana is running?", "Account Notification")
ClearOnLogout(true, true)
}
function secondsToString(seconds) {

Loading…
Cancel
Save