From e10e70607485a3fbd412f58b0558d026f3045027 Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Aug 28 2019 10:31:02 +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 ced753d..50aca40 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -182,7 +182,7 @@ set_up_monitoring(res.monitoring) }, error: function() { - alert('Unable to change the monitoring status! ' + error); + alert('Unable to change the monitoring status!'); } }); });