If I put this code on the French pop up, the English pop up doesn’t show up.
If I put this one for the English popup:
var url = window.location.href;
if (url.indexOf(‘/en’) <= 0) {return false;}
And this one for the French popup:
var url = window.location.href;
if (url.indexOf(‘/en’) < 0) {return false;}
the French pop up doesn’t show up.
Kindly check. Thank you.
(As of writing, both codes are in place)