I was trying to open a URL in a new tab, as opposed to a popup window. I have also seen some related questions where the responses would look something like:
window.open(url,'_blank');
window.open(url);
But none of them worked for me, the browser still tried to open a popup window.