pace
pace copied to clipboard
Ignore pace on mailto link
Hi, I'd like to avoid pace loading on mailto link, I'm using the ignoreURLs param, but it doesn't works.
Here's my code:
`Pace.options = { ajax: {ignoreURLs: ['mailto:[email protected]']} }
Pace.on('done', function(){
$('#boxLoading').fadeOut(50, function() {
$(this).css('opacity', 0);
});
});`
Any suggestion?
Thanks
This type of question should be asked in Stack Overflow or similar sites - this area is for issues with the library.