mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-30 12:27:09 +01:00
4 lines
No EOL
80 B
JavaScript
4 lines
No EOL
80 B
JavaScript
function grid_onError(e) {
|
|
//Suppress the alert
|
|
e.preventDefault();
|
|
} |