diff --git a/django/website/hid/static/hid/js/spinner.js b/django/website/hid/static/hid/js/spinner.js
index fea37d630b44623884cc9b017f128cc3832734c5..4c956d7fff248f7e76e5e93ab64c625e07da36e7 100644
--- a/django/website/hid/static/hid/js/spinner.js
+++ b/django/website/hid/static/hid/js/spinner.js
@@ -3,7 +3,7 @@
  * connections where loading can take time */
 
 jQuery(function(){
-    jQuery('a, button, .btn').click(function() {
+    jQuery('button, .btn').click(function() {
         jQuery('.spinner').toggleClass('active');
     });
 });
\ No newline at end of file