Merge pull request #55 from TMadMac/development

Better target for "Loading..." display
This commit is contained in:
morpheus65535 2018-04-16 13:52:57 -04:00 committed by GitHub
commit 0bfe8b279b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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