From 16d8bbff878d6acd49f8d5450763538008d480a1 Mon Sep 17 00:00:00 2001
From: Jay Alvarez <jaya@aptivate.org>
Date: Wed, 15 Jul 2015 17:22:56 +0100
Subject: [PATCH] removed links from activating spinner

---
 django/website/hid/static/hid/js/spinner.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django/website/hid/static/hid/js/spinner.js b/django/website/hid/static/hid/js/spinner.js
index fea37d63..4c956d7f 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
-- 
GitLab