mirror of
https://github.com/Radarr/Radarr
synced 2025-01-18 21:52:10 +00:00
4 lines
No EOL
80 B
JavaScript
4 lines
No EOL
80 B
JavaScript
function grid_onError(e) {
|
|
//Suppress the alert
|
|
e.preventDefault();
|
|
} |