Merge pull request #55 from TMadMac/development

Better target for "Loading..." display
pull/72/head
morpheus65535 7 years ago committed by GitHub
commit 0bfe8b279b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@
}); });
}) })
$('a, i').click(function(){ $('a, .menu .item, button:not(#config, .cancel)').click(function(){
$('#loader').addClass('active'); $('#loader').addClass('active');
}) })
@ -347,4 +347,4 @@
$('.small.modal').modal('show'); $('.small.modal').modal('show');
}) })
</script> </script>

Loading…
Cancel
Save