Fix Elm Debugger
Elm Debugger was not visible in Chrome or Safari due to javascript:void(0)
being used as src for an inner iframe tag. When the src is about:blank
Chrome and Safari work but Firefox would fails, conditional was used to support all.