I have a menu item in a panel which is on all pages. One of the menu items requires a confirmation popup before it executes some Javascript. I don't want to do this with a standard alert so I've got it opening a popup with some text and a couple of buttons.
Is there a way to open this on every page without adding the popup to every page?