pace icon indicating copy to clipboard operation
pace copied to clipboard

Ignore pace on mailto link

Open br0k3n opened this issue 7 years ago • 1 comments

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

br0k3n avatar Oct 30 '17 11:10 br0k3n

This type of question should be asked in Stack Overflow or similar sites - this area is for issues with the library.

Jaded-Design avatar Nov 30 '17 22:11 Jaded-Design