Possible to show & hide a elements on a specific dynami page

No matter what, I can’t get the code run… The unexpected error alert keeps appearing.

$w.onReady(function () {
	if (wixLocation.url.includes("5cd3c60e-3181-44bf-854f-5ddc8a6eabee")
	{
	($w('#dropdown1').show());
	($w('#text1').show());
	}
});