From a2e4eef1aade2f98e18050b957f73646715946bf Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Aug 28 2019 10:45:07 +0000 Subject: themes/srcfpo: fix error callback on release-monitoring button ajax --- diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html index 13c12f5..3335374 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -174,7 +174,7 @@ set_up_monitoring(res.monitoring) }, error: function() { - alert('Unable to change the monitoring status! ' + error); + alert('Unable to change the monitoring status!'); } }); });