Skip to content
Snippets Groups Projects
Commit 16d8bbff authored by Jay Alvarez's avatar Jay Alvarez
Browse files

removed links from activating spinner

parent 18c5c437
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment