Skip to content

Commit

Permalink
Merge pull request #492 from VerisimilitudeX/remove-api-offline-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
VerisimilitudeX authored Feb 26, 2025
2 parents dfbd248 + f383778 commit fce2558
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/analyzer/analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ function checkAPIStatus() {
<span>API Offline - Using Fallback Mode</span>
</div>
`;

// Show notice about server setup
showNotification('API server is offline. Running in fallback mode with limited functionality.', 'warning', 8000);
});
}

Expand Down Expand Up @@ -1206,4 +1203,4 @@ function showNotification(message, type = 'info', duration = 5000) {
}
}, 300);
}, duration);
}
}

0 comments on commit fce2558

Please sign in to comment.