Respect NewTabsInFront option when creating a Javascript window or opening link in new tab
Previously, KonqMainWindow::slotCreateNewWindow
didn't correctly take into account the value of the NewTabInFront
option, meaning that sometimes the new tab was created in front and sometimes in background. This merge request fixes this behaviour.