Reply To: Share Ajax Page

#10044522
Support
Keymaster

Hi, sorry, please update the JS to:

$(document).ready(function(){
	if ( window.location.hash ) {
		$(window.location.hash).click();
	}
});

Clear cache and try again. It should open the modal automatically